فهرست منبع

1.调整传值参数

yfh 1 روز پیش
والد
کامیت
9a6783211b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/store/statistics/orderstatatic.vue

+ 1 - 1
src/views/store/statistics/orderstatatic.vue

@@ -405,7 +405,7 @@ export default {
           createTimeRange: this.formatDate(this.dateRange[0], 'yyyy-MM-dd')+"--"+this.formatDate(this.dateRange[1], 'yyyy-MM-dd'),
           pageNum: this.pagination.currentPage,
           pageSize: this.pagination.pageSize,
-          paid:1
+          paidStatus:1
         };
         const response = await listStoreOrder(params);
         this.orderDetails = response.rows;