f9f62ee9 by lihua

fix: 修复下载产品文件

1 parent 1c6ae929
......@@ -508,8 +508,7 @@ const handleTableViewDataDown = async (scope) => {
}
obsDownloadRequest(refSignInfo?.data).then((res: any) => {
if (res && !res.msg) {
let f = scope.row.fileName;
let name = f.name;
let name = scope.row.fileName;
var fileSuffix = name ? name.substring(name.lastIndexOf('.') + 1) : '';
download(res, name, fileSuffix);
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!