changes untested
This commit is contained in:
1
src/pages/delivery/edit.vue
Normal file → Executable file
1
src/pages/delivery/edit.vue
Normal file → Executable file
@@ -461,7 +461,6 @@ export default defineComponent({
|
||||
})
|
||||
.then((response: any) => {
|
||||
this.customer = response.data;
|
||||
console.log(this.deliveryOrder.payment_card_id)
|
||||
this.getPaymentCards(this.deliveryOrder.customer_id);
|
||||
if (this.deliveryOrder.payment_type == 1 ) {
|
||||
this.getPaymentCard(this.deliveryOrder.payment_card_id)
|
||||
|
||||
Reference in New Issue
Block a user