#
zhou zhou
6 小时以前 8d3ebc610d048289f8ca4d8bc86ac11208a60fef
pages/outbound/orderOut/orderList.vue
@@ -130,7 +130,8 @@
               const res = await request('/orderOut/list', {
                  curr: this.curr,
                  limit: this.limit,
                  orderNo: this.condition
                  orderNo: this.condition,
                  orderType: this.orderTypeId
               }, 'GET', true);
               
               if (res.code === 200) {