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