Browse Source

plm BM

master
ruanqi 2 years ago
parent
commit
c8fb9ef1c3
  1. 3
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

3
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

@ -131,7 +131,8 @@
this.tableData = data.rows; this.tableData = data.rows;
}); });
searchBMPropertiesHeaderForBM(this.searchData).then(({data}) => { searchBMPropertiesHeaderForBM(this.searchData).then(({data}) => {
this.searchData.propertiesCodeNo = data.row.propertiesCodeNo;
// this.searchData.propertiesCodeNo = data.row.propertiesCodeNo;
this.$set(this.searchData, 'propertiesCodeNo', data.row.propertiesCodeNo);
}); });
}, },
refreshBMPageModal(){ refreshBMPageModal(){

Loading…
Cancel
Save