浏览代码

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;