分类、部门组件点击全部取消选中状态修复

This commit is contained in:
禺狨
2023-03-15 14:28:13 +08:00
parent b54bf7646e
commit 7d253ef888
5 changed files with 24 additions and 6 deletions

View File

@@ -50,3 +50,7 @@ export function dropDiffClass(id: number, parent_id: number, ids: number[]) {
ids: ids,
});
}
export function checkDestroy(id: number) {
return client.get(`/backend/v1/department/${id}/destroy`, {});
}

View File

@@ -54,3 +54,7 @@ export function dropDiffClass(id: number, parent_id: number, ids: number[]) {
ids: ids,
});
}
export function checkDestroy(id: number) {
return client.get(`/backend/v1/resource-category/${id}/destroy`, {});
}