From 28da44a63b225cce3b29e80913ea236958bebf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 18 Sep 2025 15:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E=E4=B8=AD?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=94=B3=E8=AF=B7=E7=9A=84=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/myOrders/index/popup/afterSale/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/myOrders/index/popup/afterSale/index.vue b/packages/myOrders/index/popup/afterSale/index.vue index 320812f8..24623e6e 100644 --- a/packages/myOrders/index/popup/afterSale/index.vue +++ b/packages/myOrders/index/popup/afterSale/index.vue @@ -312,6 +312,8 @@ export default { this.$nextTick(() => { if (this.afterSaleGoods && this.afterSaleGoods.length > 0) { this.selectedAsGood = this.afterSaleGoods[0].goods_id; + this.afterSalesType = 2 + this.selectedAfterSaleType = 0; this.afterSalePopup = true; } })