|
|
|
@ -185,7 +185,31 @@ |
|
|
|
//this.searchData.type= JSON.parse(JSON.stringify(this.type)); |
|
|
|
//刷新表格 |
|
|
|
this.$nextTick(()=>{ |
|
|
|
this.searchTable(); |
|
|
|
// this.searchTable(); |
|
|
|
getOADetailForBM(this.searchData).then(({data}) => { |
|
|
|
this.spForm.nodeName = data.row.nodeName |
|
|
|
this.spForm.sp = data.row.sp |
|
|
|
}) |
|
|
|
searchBMPropertiesValue(this.searchData).then(({data}) => { |
|
|
|
|
|
|
|
this.tableData = data.rows; |
|
|
|
// this.$message({ |
|
|
|
// message: '操作成功', |
|
|
|
// type: 'success', |
|
|
|
// duration: 1500, |
|
|
|
// onClose: () => { |
|
|
|
// } |
|
|
|
// }) |
|
|
|
}); |
|
|
|
searchBMPropertiesHeaderForBM(this.searchData).then(({data}) => { |
|
|
|
// this.searchData.propertiesCodeNo = data.row.propertiesCodeNo; |
|
|
|
this.$set(this.searchData, 'propertiesCodeNo', data.row.propertiesCodeNo); |
|
|
|
}); |
|
|
|
tsdBasicInformationSearch(this.searchData).then(({data}) => { |
|
|
|
this.baseForm=data.row; |
|
|
|
this.getNodeAuthority(data.row) |
|
|
|
}) |
|
|
|
this.$clearHighLight() |
|
|
|
} ) |
|
|
|
|
|
|
|
|
|
|
|
|