Compare commits
No commits in common. "be422797a07335309d4dca0a74d3c9d37f8f7b0e" and "171ec86d16958945cb62f995d3b213242da47432" have entirely different histories.
be422797a0
...
171ec86d16
|
|
@ -1075,14 +1075,12 @@ export default {
|
|||
}
|
||||
}
|
||||
this.isLoading = true
|
||||
if (this.specialArea === 2) {
|
||||
try {
|
||||
await this.getMemberName()
|
||||
await this.getMember()
|
||||
} catch (err) {
|
||||
this.isLoading = false
|
||||
return
|
||||
}
|
||||
try {
|
||||
await this.getMemberName()
|
||||
await this.getMember()
|
||||
} catch (err) {
|
||||
this.isLoading = false
|
||||
return
|
||||
}
|
||||
|
||||
let deleteList = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue