fix 79904
This commit is contained in:
@@ -300,11 +300,11 @@ export default {
|
||||
},
|
||||
handleDownload (file) {
|
||||
// 下载文件
|
||||
downloadFile(`/laws/standard/common/downloadWithWaterMark/${file.id}`, file.fileName)
|
||||
downloadFile(`/sys/common/download/${file.id}`, file.fileName)
|
||||
},
|
||||
// 过程稿件里的无水印下载
|
||||
downloadDraftNoWater (file) {
|
||||
downloadFile(`/sys/common/download/${file.id}`, file.fileName)
|
||||
downloadFile(`/sys/common/downloadWithoutWaterMark/${file.id}`, file.fileName)
|
||||
},
|
||||
// 企标评价
|
||||
handleEvaluate () {
|
||||
|
||||
Reference in New Issue
Block a user