Merge remote-tracking branch 'origin/dev_third_stage' into dev_third_stage

This commit is contained in:
wangzhijiang
2022-08-19 15:54:24 +08:00
2 changed files with 3 additions and 2 deletions
@@ -137,7 +137,7 @@
_this.$message.success(_this.$t('OperationSuccessful')) _this.$message.success(_this.$t('OperationSuccessful'))
_this.replacePage() _this.replacePage()
} else { } else {
_this.$message.warning(_this.$t('operationFailed')) _this.$message.warning(res.success)
} }
}) })
} }
@@ -136,7 +136,8 @@
{}, {},
{ {
title: this.$t('processBackground'), title: this.$t('processBackground'),
value: 'processBackground' value: 'processBackground',
type: 4
} }
] ]
} }