优化代码

This commit is contained in:
wuxw 2025-08-15 11:26:27 +08:00
parent c3079485b2
commit bf6478158a

View File

@ -89,7 +89,7 @@
if (valid) {
updateOrg(this.form).then(response => {
console.log(response)
this.$message.success(this.$t('org.updateSuccess'))
this.$message.success(this.$t('common.submitSuccess'))
this.visible = false
this.$emit('refresh')
})