Compare commits

..

No commits in common. "be422797a07335309d4dca0a74d3c9d37f8f7b0e" and "171ec86d16958945cb62f995d3b213242da47432" have entirely different histories.

1 changed files with 6 additions and 8 deletions

View File

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