Skip to content

Commit ca043c4

Browse files
committed
fix user edit
1 parent 8038095 commit ca043c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/user/edit.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export default {
165165
}
166166
})
167167
.catch(err => {
168+
this.buttonLoading = false;
168169
if (err.request.status === 404) {
169170
this.$SegmentMessage.error(this, 'User not found');
170171
} else if (err.request.status === 403) {

0 commit comments

Comments
 (0)