This commit is contained in:
白了个白 2024-09-27 11:21:56 +08:00
parent 065e215a81
commit 2b074df0b5
1 changed files with 3 additions and 1 deletions

View File

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