1
lzhe
2024-05-12 f00e6c3b881c67ef3651d4f812230188af01faca
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;