5e99afa7 by lihua

修改下载文件资源接口传参

1 parent ed2390a1
......@@ -485,7 +485,7 @@ const downloadFile = (productDetailItem) => {
} else {// 使用次数需要先调用
downloadFileCheck({
userGuid: route.query.useGuid,
fileName: productDetailItem
fileName: productDetailItem.name
}).then((res: any) => {
if (res?.code == proxy.$passCode) {
onUploadFileDownload(productDetailItem);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!