This commit is contained in:
shidongli 2022-11-11 09:39:10 +08:00
parent 8003ef4e06
commit 2701531bf5
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export function Detailed(id) {
return request({ return request({
url: `/system/appointmentOrderDetails/getCancelOrderInfo` + `?orderNo=${id}`, url: `/system/appointmentOrderDetails/getCancelOrderInfo` + `?orderNo=${id}`,
method: 'get', method: 'get',
}) })
} }

View File

@ -744,7 +744,7 @@ export default {
this.innerVisible = false; this.innerVisible = false;
}, },
handleQuery2() { handleQuery2() {
this.queryParams.pageNum = 1; this.getListByUserquery.pageNum = 1;
this.info(); this.info();
}, },
// getList2(){ // getList2(){