Browse Source

修改提交不了报错

chengyang
mk 9 months ago
parent
commit
c9144876f1
  1. 2
      src/views/modules/workSys/role/roleForm.vue

2
src/views/modules/workSys/role/roleForm.vue

@ -211,8 +211,6 @@ export default {
this.formData.menuIdList = [
...this.$refs.menuListTree.getCheckedKeys(),
...this.$refs.menuListTree.getHalfCheckedKeys(),
...this.$refs.menuListShujuTree.getCheckedKeys(),
...this.$refs.menuListShujuTree.getHalfCheckedKeys()
]
this.formData.menuIdList = this.formData.menuIdList.filter(item => item !== '000')
this.btnDisable = true

Loading…
Cancel
Save