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