From b713d1e1d3b3c74ca6d089ee77a951082401bb65 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 19 Jan 2026 17:05:27 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-13=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/quote/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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){