|
@@ -514,7 +514,7 @@
|
|
|
this.getTakeSelfInfo()
|
|
this.getTakeSelfInfo()
|
|
|
},
|
|
},
|
|
|
getDeliveryRule () {
|
|
getDeliveryRule () {
|
|
|
- return !this.selectedAddress.id ? {} : this.$http.post(`/trade/distributionRule/usable/rule?area=${this.selectedAddress.area}`, this.ruleParamsArr)
|
|
|
|
|
|
|
+ return this.$http.post(`/trade/distributionRule/usable/rule?area=${this.selectedAddress.area}`, this.ruleParamsArr)
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
// this.fareRule = res.data || {}
|
|
// this.fareRule = res.data || {}
|
|
|
this.orderData.forEach(item => {
|
|
this.orderData.forEach(item => {
|