This commit is contained in:
parent
6c170c01c2
commit
c48717ee6a
|
|
@ -489,6 +489,7 @@ const getList = async () => {
|
|||
const data = await SaleOrderApi.getSaleOrderPage(queryParams)
|
||||
list.value = data.list
|
||||
total.value = data.total
|
||||
querySumTotalQty.value = 0
|
||||
if(
|
||||
(queryParams.billno && queryParams.billno.trim().length>0)
|
||||
|| (queryParams.billStatus && queryParams.billStatus.trim().length>0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue