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{