This commit is contained in:
宋伟佳
2021-11-23 18:31:58 +08:00
parent 6f89978a4f
commit 780f4f095c
5 changed files with 10 additions and 9 deletions
@@ -1413,7 +1413,10 @@ export default {
},
// 获取doc文件
downloadFile(data) {
window.open(data.docRealFile);
let URL = 'http://10.100.5.116:4201/' + data.docRealName
window.open(URL)
// console.log(URL);
// window.open(data.docRealFile);
},
// 删除
delSingalData(row) {