|
|
|
@ -131,7 +131,8 @@ |
|
|
|
this.tableData = data.rows; |
|
|
|
}); |
|
|
|
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(){ |
|
|
|
|