@@ -286,7 +286,7 @@ export default {
confirmationDelivery() {
this.$api
.post('/app/worker/parts-sales/workerConfirmDelivery', {
- salesId: this.info.salesId
+ id: this.info.salesId
})
.then(res => {
uni.$emit('updateOrderOfSales')