This commit is contained in:
parent
065e215a81
commit
2b074df0b5
|
@ -443,7 +443,9 @@ watch(
|
|||
() => [dataList, toolState.isTaskWin],
|
||||
() => {
|
||||
console.log('=监听到批改窗口打开了===', toolState)
|
||||
closeDialog();// 开启轮询
|
||||
if(!toolState.isTaskWin){
|
||||
closeDialog();// 开启轮询
|
||||
}
|
||||
}
|
||||
)
|
||||
watch(tabActive, (newVal,oldVal)=>{
|
||||
|
|
Loading…
Reference in New Issue