1
lzhe
2024-06-05 dcf9c9e0410fe1186239e3f8d6f7bdc789c08010
src/views/console/system/addMenu.vue
@@ -169,7 +169,6 @@
         parentIdChange(val) {
            var $parentId = this.$refs.parentTree.getCurrentNode().title;
            this.formAddMenu.$parentId = $parentId;
            alert(4)
         },
         belongApplicationChange(val) {
            var $belongApplication =  this.applicationList.find(option=>option.code === val).name;