From 9aa56a38904bf070b83f1dbbb5e2a5dbb1176058 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 14 Sep 2023 16:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E5=90=88=E8=A7=84=E8=AE=A4=E8=AF=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../components/complianceCertificationForm.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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' } } },