mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
fix: 修复添加用户若id重复则页面持续处于加载中,但是实际接口已经返回
This commit is contained in:
@@ -561,6 +561,7 @@ export default {
|
||||
this.$success(this.$t('commons.save_success'))
|
||||
this.reset()
|
||||
this.$emit('saved')
|
||||
}).finally(() => {
|
||||
this.loading = false
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user