Commit dc1f6df3 authored by tanjunxin's avatar tanjunxin

fix: 解决订单变量分页问题

parent 316b4b8b
......@@ -287,9 +287,8 @@ const handleCheckOrder = async (row) => {
}
}
const onQuery = async (e?: any) => {
const onQuery = async () => {
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