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