fix: 修复添加用户若id重复则页面持续处于加载中,但是实际接口已经返回
This commit is contained in:
parent
33803a6767
commit
c05d86c973
@ -561,6 +561,7 @@ export default {
|
||||
this.$success(this.$t('commons.save_success'))
|
||||
this.reset()
|
||||
this.$emit('saved')
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
})
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user