diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index f88f7421e..38997122e 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -2002,6 +2002,7 @@ status = '2' } } + console.log(status) if(status == '1'){ this.$refs.associatedplatRef.transferModel(flag,type,this.selectedRowKeys.join(',')) }else{ diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModelconformance.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModelconformance.vue index decbb240e..0bdd14ac0 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModelconformance.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/addModelconformance.vue @@ -84,24 +84,25 @@