|
|
@ -472,6 +472,7 @@ |
|
|
}); |
|
|
}); |
|
|
tsdBasicInformationSearch(this.searchData).then(({data}) => { |
|
|
tsdBasicInformationSearch(this.searchData).then(({data}) => { |
|
|
this.baseForm=data.row; |
|
|
this.baseForm=data.row; |
|
|
|
|
|
this.bomData.site=data.row.site |
|
|
this.bomData.partNo=data.row.finalPartNo |
|
|
this.bomData.partNo=data.row.finalPartNo |
|
|
this.getNodeAuthority(data.row) |
|
|
this.getNodeAuthority(data.row) |
|
|
}) |
|
|
}) |
|
|
|