Merge branch 'master' into changeOwnPasswd

This commit is contained in:
Tao Chen
2024-10-31 16:16:27 +08:00
committed by GitHub
11 changed files with 229 additions and 27 deletions
+3
View File
@@ -91,6 +91,9 @@ export function useDel () {
}
const res = remove({ id }).catch(_ => false)
if (res) {
ElMessage.success(T('OperationSuccess'))
}
return res
}
return {