[update] 54675

This commit is contained in:
zhaomeijing
2022-06-21 13:55:36 +08:00
parent 5d1b9b590d
commit 9745d1c8cf
@@ -971,8 +971,8 @@ export default {
onOk() {
postAction(_this.url.add, configDataList).then((res) => {
if (res.success) {
_this.$message.success(res.result)
_this.GetgetTableList()
_this.$message.success(this.$t('OperationSuccessful'))
} else {
_this.$message.warning(this.$t('operationFailed'))
}