linwenxin hace 6 meses
padre
commit
d1158bfd6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/packageMaterial/pages/newSale/orderList.vue

+ 1 - 1
src/packageMaterial/pages/newSale/orderList.vue

@@ -209,7 +209,7 @@ export default {
       this.loadStatus = 1
       this.$api
         .post('/pay/orderPage', {
-          orderId: this.oid,
+          workerOrderId: this.oid,
           pageNum: this.pageNum,
           pageSize: 10,
           payStatus: this.status,