Merge branch 'hongchao-dev'
This commit is contained in:
commit
2314b4760c
|
|
@ -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