gang.huang hace 2 años
padre
commit
ae7f101f8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/subPages/order.vue

+ 1 - 1
src/pages/subPages/order.vue

@@ -302,7 +302,7 @@ export default {
                 const res = await queryList(param)
                 console.log('统计', res);
                 if (res && res.code == 200) {
-                    this.statisticsTableData = this.formatStatisticsTableData(res.datas.data)
+                    this.statisticsTableData = this.formatStatisticsTableData(res.datas)
                     // this.tableData = res.datas.data
                     // this.total = res.datas.total * this.pageSize
                 }