소스 검색

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