From 7ce98548265af0f45eea6bdfc9cbe47dc2ac3dbe Mon Sep 17 00:00:00 2001 From: wangzhijiang <12345678> Date: Tue, 19 Apr 2022 09:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E4=B8=8E=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E8=BD=A6=E7=BB=93=E5=90=88=E8=A7=92=E8=89=B2?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E4=BA=A4=E6=B8=85=E5=8D=95=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=A0=A1=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/listOfRegulations.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index ccfe2ec5f..0d93a4bcf 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -630,6 +630,10 @@ isTrue = false this.$message.warning(this.$t('The') + (i + 1) + this.$t('submitted')) break + } else if (this.dataSource[i].roleCode == 4 && (this.dataSource[i].homologationEngineerSubmitStatus && this.dataSource[i].regulationOwnerSubmitStatus)) { + isTrue = false + this.$message.warning(this.$t('The') + (i + 1) + this.$t('submitted')) + break } } }