|
|
@ -613,6 +613,8 @@ export default { |
|
|
no: this.no, |
|
|
no: this.no, |
|
|
size: this.size, |
|
|
size: this.size, |
|
|
} |
|
|
} |
|
|
|
|
|
// 查询前先清空当前选中的报价,确保子组件能正确响应数据变化 |
|
|
|
|
|
this.currentQuote = {} |
|
|
this.searchLoading = true |
|
|
this.searchLoading = true |
|
|
queryQuotePage(params).then(({data})=>{ |
|
|
queryQuotePage(params).then(({data})=>{ |
|
|
if (data && data.code === 0){ |
|
|
if (data && data.code === 0){ |
|
|
|