...
|
...
|
@@ -195,7 +195,7 @@ |
|
|
this.options.unshift({
|
|
|
id: 0,
|
|
|
reason: '请选择'
|
|
|
})
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
}).fail(() => {
|
...
|
...
|
@@ -303,7 +303,7 @@ |
|
|
orderid: order.orderCode,
|
|
|
amount: order.amount,
|
|
|
orderDesc: orderDesc.join(','),
|
|
|
type: "orderDetail"
|
|
|
type: 'orderDetail'
|
|
|
}, () => {
|
|
|
this.reload();
|
|
|
yoho.store.set('orderReload', true);
|
...
|
...
|
|