|
|
@ -1299,7 +1299,7 @@ |
|
|
|
|
|
|
|
|
const updatePromises = updateList.map(item => { |
|
|
const updatePromises = updateList.map(item => { |
|
|
return this.$http({ |
|
|
return this.$http({ |
|
|
url: this.$http.adornUrl('/outboundNotification/updateOrderStatus'), |
|
|
|
|
|
|
|
|
url: this.$http.adornUrl('/outbound/updateOrderStatus'), |
|
|
method: 'post', |
|
|
method: 'post', |
|
|
data: this.$http.adornData(item) |
|
|
data: this.$http.adornData(item) |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
|