Merge branch 'main' into dev-sy

This commit is contained in:
BianLzhaoMin 2024-12-02 17:08:41 +08:00
commit f452f3d8fb
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([])