修改售后中提交申请的类型错误的bug

This commit is contained in:
赵毅 2025-09-18 15:20:10 +08:00
parent 7596c45f40
commit 28da44a63b

View File

@ -312,6 +312,8 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
if (this.afterSaleGoods && this.afterSaleGoods.length > 0) { if (this.afterSaleGoods && this.afterSaleGoods.length > 0) {
this.selectedAsGood = this.afterSaleGoods[0].goods_id; this.selectedAsGood = this.afterSaleGoods[0].goods_id;
this.afterSalesType = 2
this.selectedAfterSaleType = 0;
this.afterSalePopup = true; this.afterSalePopup = true;
} }
}) })