订单数量999
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -238,7 +238,9 @@ const activeName = ref(userStore.activeName||'5') | ... | @@ -238,7 +238,9 @@ const activeName = ref(userStore.activeName||'5') |
| 238 | const query = ref({ | 238 | const query = ref({ |
| 239 | createById: user.userId, | 239 | createById: user.userId, |
| 240 | orderType:'5', | 240 | orderType:'5', |
| 241 | invoiced:'0' | 241 | invoiced:'0', |
| 242 | pageNo:1, | ||
| 243 | pageSize:999 | ||
| 242 | }) | 244 | }) |
| 243 | const {proxy} = getCurrentInstance() | 245 | const {proxy} = getCurrentInstance() |
| 244 | const list = ref([]) | 246 | const list = ref([]) | ... | ... |
-
Please register or sign in to post a comment