@@ -170,6 +170,9 @@ const config = computed(() => {
message: "删除成功",
type: "success",
});
+ if (row.type === 1) {
+ getTreeList();
+ }
getList();