1
lzhe
2024-04-10 3605994af488c6b7189f35410be8d8998a37696b
src/views/console/system/component-classification.vue
@@ -77,11 +77,6 @@
            this.$API.setting.getList.get().then(res => {
                this.tableData = this.removeHasChildren(res.data);
            })
            // this.$HTTP.get("/api/blade-system/menu/lazy-list",this.searchData).then(res=> {
         //       if(res.code == 200) {
         //          this.tableData = res.data;
         //       }
         //    })
        },
        table_edit() {