订单一级页面传flag

This commit is contained in:
jjLv 2024-12-02 17:06:43 +08:00
parent 660353b1d7
commit bcc9558a06
4 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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([])