修改售后中提交申请的类型错误的bug
This commit is contained in:
parent
7596c45f40
commit
28da44a63b
@ -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;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user