From fa0d91fd41f159c0c1fa7984de0b0fc9bf177ca9 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 1 Jul 2026 15:27:37 +0800 Subject: [PATCH] =?UTF-8?q?2026-07-01=20=E9=94=80=E5=94=AE=E6=8A=A5?= =?UTF-8?q?=E4=BB=B7=E7=9A=84=E6=9D=A1=E7=9B=AE=E6=98=8E=E7=BB=86=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=BE=91=EF=BC=8C=E4=BF=9D=E5=AD=98=E5=90=8E?= =?UTF-8?q?=E5=8F=AA=E5=88=B7=E6=96=B0=E4=B8=8B=E6=96=B9=E9=A1=B5=E7=AD=BE?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=88=B7=E6=96=B0=E4=B8=8A=E6=96=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/quote/detail/quoteDetail.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue index 80c3024..69d0bb1 100644 --- a/src/views/modules/quote/detail/quoteDetail.vue +++ b/src/views/modules/quote/detail/quoteDetail.vue @@ -1039,9 +1039,6 @@ export default { this.$message.success(data.msg); this.handleQueryQuoteDetail(); this.saveVisible = false; - // 通知父组件刷新主信息 - console.log('emit refresh-quote-info event (update), quoteId:', this.quote.id) - this.$emit('refresh-quote-info', this.quote.id) }else { this.$message.warning(data.msg); }