baigl #281

Merged
baigl merged 6 commits from baigl into main 2024-09-27 12:52:59 +08:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 2b074df0b5 - Show all commits

View File

@ -443,8 +443,10 @@ watch(
() => [dataList, toolState.isTaskWin],
() => {
console.log('=监听到批改窗口打开了===', toolState)
if(!toolState.isTaskWin){
closeDialog();//
}
}
)
watch(tabActive, (newVal,oldVal)=>{
console.log('newVal',newVal);