Explorar o código

1.调整传值参数

yfh hai 1 día
pai
achega
9a6783211b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;