Commit b4f285e6 by zhuzhequan

fix:导出全部时添加参数status

parent 24d145d2
......@@ -3456,6 +3456,7 @@ const submitExportForm = async () => {
...searchForm.value,
startTime: timeRange.value?.[0] || null,
endTime: timeRange.value?.[1] || null,
status: status.value,
}
: {}),
})
......
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