订单详情传flag字段
This commit is contained in:
parent
3d165b3a13
commit
1874b5a836
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue