票务备注
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -240,7 +240,7 @@ const query = ref({ | ... | @@ -240,7 +240,7 @@ const query = ref({ |
| 240 | orderType:'5', | 240 | orderType:'5', |
| 241 | invoiced:'0', | 241 | invoiced:'0', |
| 242 | pageNo:1, | 242 | pageNo:1, |
| 243 | pageSize:20 | 243 | pageSize:999 |
| 244 | }) | 244 | }) |
| 245 | const {proxy} = getCurrentInstance() | 245 | const {proxy} = getCurrentInstance() |
| 246 | const list = ref([]) | 246 | const list = ref([]) | ... | ... |
-
Please register or sign in to post a comment