From c68e0d946d4f2101adb283728830959a049a956e Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 20 Sep 2023 16:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BA=93=20=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B8=85=E5=8D=95=E5=85=B3=E8=81=94=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationList/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index acd258b30..3358f9955 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -1286,10 +1286,9 @@ } } for (let i = 0; i < dataSource.length; i++) { - if (dataSource[i].verifyFlowStatus == 'List to be released' && - dataSource[i].designFlowStatus == 'List to be released') { + if (dataSource[i].flowStatus == 'List to be released') { flag = '1' - this.$refs.associatedplatRef.transferModel(flag,type) + this.$refs.associatedplatRef.transferModel(flag,type,this.selectedRowKeys.join(',')) } else { this.$message.warning(this.$t('unpublishedregulationsselected')) return @@ -1301,6 +1300,7 @@ } }, associatedplatForm(id,flag,type,ids){ + console.log(type) // if(flag == '1'){ // this.$refs.associatedplatthreeRef.transferModel(id,type,ids) // }else{