订单一级页面传flag
This commit is contained in:
parent
660353b1d7
commit
bcc9558a06
|
|
@ -111,7 +111,6 @@ const getId = () => {
|
|||
const getList = async () => {
|
||||
let params = {
|
||||
orderId: idTemp.value,
|
||||
flag: false,
|
||||
}
|
||||
|
||||
const res: any = await getOrderListInfoApi(params)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ const queryParams: any = ref({
|
|||
pageNum: 1,
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
flag: false,
|
||||
})
|
||||
const queryFormRef = ref<FormInstance>()
|
||||
const numberTemp = ref<number>(0)
|
||||
|
|
|
|||
|
|
@ -120,7 +120,6 @@ const getId = () => {
|
|||
const getList = async () => {
|
||||
let params = {
|
||||
orderId: idTemp.value,
|
||||
flag: true,
|
||||
}
|
||||
|
||||
const res: any = await getOrderListInfoApi(params)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ const queryParams: any = ref({
|
|||
pageNum: 1,
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
flag: true,
|
||||
})
|
||||
const queryFormRef = ref<FormInstance>()
|
||||
const time = ref([])
|
||||
|
|
|
|||
Loading…
Reference in New Issue