Commit 616596bd by zhuzhequan

Merge branch 'dev' into 'master'

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

See merge request !302
parents 34ed20d3 b4f285e6
...@@ -3456,6 +3456,7 @@ const submitExportForm = async () => { ...@@ -3456,6 +3456,7 @@ const submitExportForm = async () => {
...searchForm.value, ...searchForm.value,
startTime: timeRange.value?.[0] || null, startTime: timeRange.value?.[0] || null,
endTime: timeRange.value?.[1] || 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