Browse Source

修一下

preview
tianq 2 years ago
parent
commit
8c1d4a9ac7
  1. 4
      epmet-oper-web/src/views/modules/customer/customize/menuCustomer.vue
  2. 11
      epmet-oper-web/src/views/modules/customer/customize/menuDataCustomer.vue
  3. 4
      epmet-oper-web/src/views/modules/workPc/dataMenu.vue
  4. 4
      epmet-oper-web/src/views/modules/workPc/menu.vue

4
epmet-oper-web/src/views/modules/customer/customize/menuCustomer.vue

@ -90,9 +90,9 @@ export default {
if (this.menuName != '') {
let saveList = [];
this.onFuzzyTreeList('name', this.menuName, this.dataList, saveList);
this.$refs.form.data = saveList;
this.dataList = [...saveList];
} else {
this.$refs.form.data = this.dataList;
this.query();
}
},

11
epmet-oper-web/src/views/modules/customer/customize/menuDataCustomer.vue

@ -74,7 +74,7 @@ export default {
mixinViewModuleOptions: {
getDataListURL: '/gov/access/menu/customerMenuList',
createdIsNeed:false
createdIsNeed: false
}
};
},
@ -89,9 +89,9 @@ export default {
if (this.menuName != '') {
let saveList = [];
this.onFuzzyTreeList('name', this.menuName, this.dataList, saveList);
this.$refs.form.data = saveList;
this.dataList = [...saveList];
} else {
this.$refs.form.data = this.dataList;
this.query();
}
},
@ -222,8 +222,9 @@ export default {
.div_btn {
margin: 0 0 20px 0;
}
.little-head{
border-bottom: dashed 1px #ccc; line-height: 50px;
.little-head {
border-bottom: dashed 1px #ccc;
line-height: 50px;
margin-bottom: 20px;
}
</style>

4
epmet-oper-web/src/views/modules/workPc/dataMenu.vue

@ -111,9 +111,9 @@ export default {
if (this.menuName != '') {
let saveList = [];
this.onFuzzyTreeList('name', this.menuName, this.dataList, saveList);
this.$refs.form.data = saveList;
this.dataList = [...saveList];
} else {
this.$refs.form.data = this.dataList;
this.getDataList();
}
},

4
epmet-oper-web/src/views/modules/workPc/menu.vue

@ -107,9 +107,9 @@ export default {
if (this.menuName != '') {
let saveList = [];
this.onFuzzyTreeList('name', this.menuName, this.dataList, saveList);
this.$refs.form.data = saveList;
this.dataList = [...saveList];
} else {
this.$refs.form.data = this.dataList;
this.getDataList();
}
},

Loading…
Cancel
Save