diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 80d898f80..8018e836a 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1974,4 +1974,5 @@ module.exports = { Nodedate:'Node Time', Associatedplatform:'Associated platform', associatedItem:'There are multiple matching items in the platform item. Please select the associated item', + unpublishedregulationsselected:'Only unpublished regulations can be selected', } \ 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 babf28ee6..31addc756 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -3930,4 +3930,5 @@ module.exports = { Nodedate:'节点时间', Associatedplatform:'关联平台件', associatedItem:'在平台件项目中包含多条匹配内容,请选择关联项', + unpublishedregulationsselected:'仅能选择未发布的法规', } \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/complianceCertificationForm.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/complianceCertificationForm.vue index acb5fb4b2..559a12334 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/complianceCertificationForm.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/complianceCertificationForm.vue @@ -60,7 +60,7 @@ regulatoryCertificationTaskPlanList: [], timeData: [], url: { - queryByProjectId: 'project/projectTaskPlanning/queryByProjectId' + queryByProjectId: 'platform/platformTaskPlanningEO/list' } } },