Browse Source

运营端新增资源

preview
wangxianzhang 3 years ago
parent
commit
e2360a2b31
  1. 3
      epmet-oper-web/src/views/modules/sys/menu-add-or-update.vue

3
epmet-oper-web/src/views/modules/sys/menu-add-or-update.vue

@ -169,6 +169,9 @@ export default {
...this.dataForm,
...res.data
}
if (!this.dataForm.resourceList) {
this.dataForm.resourceList = []
}
if (this.dataForm.pid === '0') {
return this.deptListTreeSetDefaultHandle()
}

Loading…
Cancel
Save