联动删除

This commit is contained in:
2025-02-12 17:36:37 +08:00
parent 2215b4bd50
commit 186665beae
15 changed files with 97 additions and 126 deletions

View File

@@ -87,8 +87,12 @@ export default {
},
methods: {
folderHandleSelected(id) {
this.queryParams.groupId = id;
this.getList();
if (id) {
this.queryParams.groupId = id;
this.getList();
} else {
this.apiList = [];
}
},
/** 查询接口列表 */
getList() {