From 349091f54dab47b15ca81613f02765490a2ce7d0 Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期四, 11 九月 2025 10:50:36 +0800
Subject: [PATCH] 修改买家中心卖家中心产品类型等条件查询问题

---
 src/views/productManage/productPriceViewer/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/productManage/productPriceViewer/index.vue b/src/views/productManage/productPriceViewer/index.vue
index 2d9b05c..38cada1 100644
--- a/src/views/productManage/productPriceViewer/index.vue
+++ b/src/views/productManage/productPriceViewer/index.vue
@@ -548,6 +548,7 @@
   try {
     await removeFromCart(String(suite.id))
     orderSuites.value.splice(index, 1)
+    selectedSuiteIds.value.delete(suite.id)
   } catch (e) {
   }
 }

--
Gitblit v1.8.0