订单详情传flag字段

This commit is contained in:
jjLv 2024-12-02 15:41:54 +08:00
parent 3d165b3a13
commit 1874b5a836
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)