commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user