ad6eff53 by zhangmeng

订单数量999

1 parent aa2cea42
...@@ -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([])
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!