|
|
@@ -221,6 +221,10 @@ export default {
|
|
|
this.modalCancel()
|
|
|
} else {
|
|
|
this.data.status = 2
|
|
|
+ freeShipping({ id: this.data.id }).then(res => {
|
|
|
+ this.$msg('操作成功!')
|
|
|
+ this.modalCancel()
|
|
|
+ })
|
|
|
}
|
|
|
},
|
|
|
// 查看配送
|
|
|
@@ -255,8 +259,7 @@ export default {
|
|
|
modalCancel() {
|
|
|
this.form.price = ''
|
|
|
this.freeShipModal = false
|
|
|
- this.freeShippingModal = false
|
|
|
- this.freeShipModal = false
|
|
|
+ this.updatePriceModal = false
|
|
|
}
|
|
|
}
|
|
|
}
|