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