diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index ef5169cf6..973899589 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -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', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 2f4e4c60c..2aba9452a 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1078,4 +1078,5 @@ module.exports = { English:'英文', requiredParametersEmpty:'必填参数不能为空', bringInTheProjectInterface:'带入工程接口人', + theCurrentListSaved:'当前列表数据已全部提交,无法进行暂存', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 305256539..37be07cf5 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -1172,6 +1172,10 @@ } } }) + } else { + if (num && num == 1) { + this.$message.warning(this.$t('theCurrentListSaved')) + } } }, // 提交数据