|
@@ -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
|