去除部门树接口

This commit is contained in:
guanj
2026-05-28 15:10:40 +08:00
parent faac12615d
commit 9466141bff
7 changed files with 130 additions and 58 deletions

View File

@@ -386,6 +386,7 @@ const saveIndicator = () => {
.then((res: any) => {
ElMessage.success(`保存成功`)
loading.value = false
tableStore.index()
})
.catch(() => {
loading.value = false