解决弹出抄送人选择框报js错误的bug
This commit is contained in:
@@ -398,7 +398,9 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$refs.userTable.clearSelection();
|
this.$nextTick(() => {
|
||||||
|
this.$refs.userTable.clearSelection();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 关闭标签
|
// 关闭标签
|
||||||
@@ -449,7 +451,9 @@ export default {
|
|||||||
this.getTreeSelect();
|
this.getTreeSelect();
|
||||||
this.getList()
|
this.getList()
|
||||||
this.userData.open = true;
|
this.userData.open = true;
|
||||||
this.$refs.userTable.clearSelection();
|
this.$nextTick(() => {
|
||||||
|
this.$refs.userTable.clearSelection();
|
||||||
|
});
|
||||||
},
|
},
|
||||||
/** 通过任务 */
|
/** 通过任务 */
|
||||||
handleComplete() {
|
handleComplete() {
|
||||||
|
|||||||
Reference in New Issue
Block a user