Commit e93cb311 authored by 田翔's avatar 田翔

fix: 导出youhua

parent 697475c7
Pipeline #89148 passed with stages
......@@ -344,7 +344,7 @@ const QRCodeDesign = (props, ref) => {
}
}
zip.generateAsync({ type: 'blob' }).then((res) => {
saveAs(res)
saveAs(res, `${record.AccountName}.zip`)
setLoading(false)
})
}
......
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