文件路径修改
This commit is contained in:
@@ -528,8 +528,8 @@ function handleDownloadSigned(row) {
|
||||
message.warning("暂无签署文件可下载");
|
||||
return;
|
||||
}
|
||||
downloadLaunchFile(filePath).then((arrayBuffer) => {
|
||||
const blob = new Blob([arrayBuffer]);
|
||||
downloadLaunchFile(filePath).then((res) => {
|
||||
const blob = new Blob([res.data]);
|
||||
const url = window.URL.createObjectURL(blob);
|
||||
const link = document.createElement("a");
|
||||
link.href = url;
|
||||
|
||||
Reference in New Issue
Block a user