浏览代码

no message

duwendi 1 年之前
父节点
当前提交
b518abebba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/pages/index/components/product_order.vue

+ 1 - 0
src/pages/index/components/product_order.vue

@@ -337,6 +337,7 @@ export default {
337 337
     },
338 338
     getTableData3() {
339 339
       this.loading3 = true
340
+      const {pageNum3, pageSize3} = this
340 341
       api.orderListByPage({cur_page: pageNum3, page_size: pageSize3, ...this.formInline3}).then(res => {
341 342
         this.tableData3 = res.data.data.map(item => ({...item, cancel_type: item.cancel_type === 1 ? '平台':'用户',appointment_status: this.appointmentMap[item.appointment_status]})) || []
342 343
         this.total3 = res.data.totalRows