Browse Source

no message

linwenxin 8 tháng trước cách đây
mục cha
commit
81ef332677
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/packageAttachment/pages/orderOfSales/details.vue

+ 1 - 1
src/packageAttachment/pages/orderOfSales/details.vue

@@ -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')