Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yanyizhou
2021-11-24 13:48:53 +08:00
2 changed files with 2 additions and 1 deletions
@@ -372,6 +372,7 @@ export default {
}, res => {
this.spinShow = false
this.$message.warning(res.data)
this.$router.push('/standContrast')
}, e => {
})
})
@@ -1413,7 +1413,7 @@ export default {
},
// 获取doc文件
downloadFile(data) {
let URL = 'http://10.100.5.116:4201/' + data.docRealName
let URL = 'https://srms.foton.com.cn/ocrResultFile/' + data.docRealName
window.open(URL)
// console.log(URL);
// window.open(data.docRealFile);