Commit 8467ab2c53ac034594510322d0c63daa422e5084

Authored by wuxw
1 parent e3aca637

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

src/components/owner/editOwner.vue
... ... @@ -260,7 +260,7 @@ export default {
260 260 }
261 261  
262 262 await editOwner(params)
263   - this.$message.success(this.$t('listOwner.updateSuccess'))
  263 + this.$message.success(this.$t('common.submitSuccess'))
264 264 this.visible = false
265 265 this.$emit('success')
266 266 } catch (error) {
... ...