fix(other): specailArea 只有为2时校验

This commit is contained in:
woody 2025-09-28 11:46:40 +08:00
parent 6017769dd2
commit 141c7dfe1d
1 changed files with 8 additions and 6 deletions

View File

@ -1075,12 +1075,14 @@ export default {
}
}
this.isLoading = true
try {
await this.getMemberName()
await this.getMember()
} catch (err) {
this.isLoading = false
return
if (this.specialArea === 2) {
try {
await this.getMemberName()
await this.getMember()
} catch (err) {
this.isLoading = false
return
}
}
let deleteList = []