ソースを参照

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;