Commit 5235c366 authored by 何远江's avatar 何远江

bug修改

parent 27934195
......@@ -261,8 +261,9 @@ const onReset = () => {
onQuery()
}
const onQuery = async () => {
const onQuery = async (e?: any) => {
loading.value = true
e && (formState.currentPage = 1)
try {
const { data } = await apiOrderVarPage(formState)
tableData.value = data.result.records
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment