Merge branch 'hongchao-dev'

This commit is contained in:
jjLv 2024-12-02 15:42:10 +08:00
commit 2314b4760c
2 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,8 @@ const getId = ()=>{
/** 查询列表 */
const getList = async () => {
let params = {
orderId: idTemp.value
orderId: idTemp.value,
flag:false
}
const res: any = await getOrderListInfoApi(params)

View File

@ -93,7 +93,8 @@ const getId = ()=>{
/** 查询列表 */
const getList = async () => {
let params = {
orderId: idTemp.value
orderId: idTemp.value,
flag:true
}
const res: any = await getOrderListInfoApi(params)