联动删除
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user