修改
This commit is contained in:
parent
941e570313
commit
1822c8e60f
@ -716,6 +716,10 @@ export default {
|
||||
}
|
||||
},
|
||||
upload() {
|
||||
this.$confirm('保存此任务, 是否继续?', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
}).then(() => {
|
||||
this.updata.routeNodeList = this.list;
|
||||
// this.updata.routeNodeList.forEach((el) => {
|
||||
// if (el.phoneDialMethod == "COMMON" && el.questionInfoId) {
|
||||
@ -750,6 +754,7 @@ export default {
|
||||
});
|
||||
}, 3000);
|
||||
});
|
||||
})
|
||||
},
|
||||
// 获取表格最高高度
|
||||
getMaxTableHeight() {
|
||||
|
||||
@ -188,11 +188,11 @@ export default {
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.queryParams.departmentId = null;
|
||||
this.itemname = null;
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
// this.handleQuery();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@ -193,10 +193,10 @@ export default {
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.queryParams.departmentId = null;
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
// this.handleQuery();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@ -172,10 +172,10 @@ export default {
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.queryParams.departmentId = null;
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
// this.handleQuery();
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
@ -280,9 +280,9 @@ export default {
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
// this.handleQuery();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@ -197,9 +197,9 @@ export default {
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
// this.handleQuery();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@ -234,9 +234,9 @@ export default {
|
||||
scriptSort: null,
|
||||
scriptRemark: null,
|
||||
};
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
this.resetForm("queryForm");
|
||||
this.getList();
|
||||
this.$refs.DepartmentList.resetQuery()
|
||||
// this.getList();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user