v1.9 优化组织修改显示不正确bug

This commit is contained in:
wuxw 2025-09-09 16:16:54 +08:00
parent e3aca637cd
commit 8467ab2c53

View File

@ -260,7 +260,7 @@ export default {
} }
await editOwner(params) await editOwner(params)
this.$message.success(this.$t('listOwner.updateSuccess')) this.$message.success(this.$t('common.submitSuccess'))
this.visible = false this.visible = false
this.$emit('success') this.$emit('success')
} catch (error) { } catch (error) {