diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue index e33cce7..60a4297 100644 --- a/src/views/modules/quote/index.vue +++ b/src/views/modules/quote/index.vue @@ -613,6 +613,8 @@ export default { no: this.no, size: this.size, } + // 查询前先清空当前选中的报价,确保子组件能正确响应数据变化 + this.currentQuote = {} this.searchLoading = true queryQuotePage(params).then(({data})=>{ if (data && data.code === 0){