修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-02 15:48:26 +08:00
parent 58b2c9ac31
commit 178115e28e
3 changed files with 5 additions and 5 deletions
@@ -111,10 +111,10 @@ export default {
postAction('/params/collectManifest/updateDeadlineBatch', param).then((res) => {
if (res.success) {
this.$emit('areaVisibleTaskCutOffTimeflag', false)
this.$message.success(res.message)
this.$message.success(_this.$t('OperationSuccessful'))
this.confirmLoading = false
} else {
this.$message.warning(res.message)
this.$message.warning(_this.$t('operationFailed'))
this.confirmLoading = false
}
})