[update] 修改bug88183
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ export default {
|
||||
}
|
||||
submitFunc(formInline).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
this.$message.success(this.$t('operationSuccessful'))
|
||||
this.$emit('ok')
|
||||
this.close()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user