Commit a14d1443 authored by “yiyousong”'s avatar “yiyousong”

pref:修改窗口关联业务

parent 698b1537
......@@ -130,12 +130,11 @@ export default {
},
},
},
created() {
this.getSiteBusinessList();
},
created() {},
methods: {
// 获取窗口信息
getWindowInfo(info) {
async getWindowInfo(info) {
await this.getSiteBusinessList();
this.formData = info;
if (info.businessIds.length) {
let arr = extractTree(this.siteBusinessList, "children").map((v) =>
......@@ -181,7 +180,9 @@ export default {
this.getSiteBusinessList();
},
handleClose() {
this.matterKeys = [];
this.rowKeys = [];
this.businessName = "";
this.formData = {};
this.Visible = false;
},
// 选中
......@@ -216,7 +217,7 @@ export default {
if (code === 1) {
this.$message.success(msg);
this.$emit("addSuccess");
this.Visible = false;
this.handleWork();
}
this.btnLoading = false;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment