[update] 修改bug88183

This commit is contained in:
lideqin
2024-08-07 11:43:43 +08:00
parent 9a8156edf5
commit fcdc5d712c
@@ -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 {