parent
3ad1407173
commit
958229f63d
|
|
@ -1932,10 +1932,13 @@ export default {
|
|||
orderId: this.createOrder.data.id || "",
|
||||
type: val === "" ? 1 : 0,
|
||||
}).then((res) => {
|
||||
this.createOrder.data.memberId = val.id;
|
||||
if(this.isCreateOrder){
|
||||
this.getOrderData();
|
||||
this.createOrder.data.memberId = val.id;
|
||||
this.getCalcUsablePoints().then((res) => {
|
||||
this.pointsValueChange(this.points.value);
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
"prveOrder.list.length": function (val) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue