Commit a82400be by qinjianhui

fix: 类型定义Eslint校验修改

parent bf3babca
...@@ -1480,6 +1480,7 @@ const submitExportForm = async () => { ...@@ -1480,6 +1480,7 @@ const submitExportForm = async () => {
showDetail: exportForm.value.delivery, showDetail: exportForm.value.delivery,
...params, ...params,
...searchForm.value, ...searchForm.value,
remark: searchForm.value.remark ?? undefined,
}) })
.then((res) => { .then((res) => {
const blob = new Blob([res as unknown as BlobPart], { const blob = new Blob([res as unknown as BlobPart], {
......
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