zhaoxiaoqiang
2023-09-07 a857a5abd3525287221f813cea77bb78cd6c7e01
src/api/listapi.js
@@ -41,6 +41,7 @@
      data,
    });
  },
  // 管理员订单列表
  orderList(data) {
    return request({
      url: "/qyp/order/orderList",
@@ -48,6 +49,14 @@
      data,
    });
  },
  // 订单列表
  orderBaseList(data) {
    return request({
      url: "/qyp/order/orderBaseList",
      method: "post",
      data,
    });
  },
  payList(data) {
    return request({
      url: "/qyp/order/payList",