修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-04 13:45:11 +08:00
parent 25f128de5c
commit cb59cfd727
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -1074,4 +1074,5 @@ module.exports = {
pleaseSelectinitiatedOrRejected:'Please select the data whose list confirmation status is not initiated or rejected',
TheEngineerAndCertification:'The regulatory engineer and Certification Engineer of cannot be empty',
bringInTheProjectInterface:'Bring in the project interface',
theCurrentListSaved:'The current list data has been submitted and cannot be temporarily saved',
}
+1
View File
@@ -1078,4 +1078,5 @@ module.exports = {
English:'英文',
requiredParametersEmpty:'必填参数不能为空',
bringInTheProjectInterface:'带入工程接口人',
theCurrentListSaved:'当前列表数据已全部提交无法进行暂存',
}
@@ -1172,6 +1172,10 @@
}
}
})
} else {
if (num && num == 1) {
this.$message.warning(this.$t('theCurrentListSaved'))
}
}
},
// 提交数据