|
|
@@ -679,6 +679,7 @@ export default {
|
|
|
// 新增编辑任务弹框
|
|
|
dialogVisible(val) {
|
|
|
if (val == false) {
|
|
|
+ this.options = []; // 任务监督人列表
|
|
|
this.taskObj = {};
|
|
|
this.ruleForm.region = ""; // 任务处理人
|
|
|
this.ruleForm.overseer = ""; //任务监督人
|
|
|
@@ -918,6 +919,8 @@ export default {
|
|
|
this.options = list;
|
|
|
} else if (type == "owner") {
|
|
|
// 任务发布人
|
|
|
+ this.loading3 = false
|
|
|
+ this.options = list;
|
|
|
}
|
|
|
}
|
|
|
})
|