bug修改
This commit is contained in:
@@ -241,19 +241,13 @@
|
|||||||
},
|
},
|
||||||
//校核
|
//校核
|
||||||
actionCheck(val){
|
actionCheck(val){
|
||||||
// if(val.resultContent=='转换成功'&&val.syncState!='已同步'){
|
|
||||||
// this.checkVisible=true
|
|
||||||
// }else{
|
|
||||||
// this.$message.warning('未转换成功或已同步至文档库,不能进行校核')
|
|
||||||
// }
|
|
||||||
this.checkVisible=true
|
this.checkVisible=true
|
||||||
},
|
},
|
||||||
//下载
|
//下载
|
||||||
actionDown(val){
|
actionDown(val){
|
||||||
// downloadFile('/sys/common/download', val.docRealName, { id: val.attId })
|
let fileName=val.docRealName.split('_')
|
||||||
downloadFile('ocr/OcrRestful/downFile', val.docRealName, { fileName: val.docRealName })
|
fileName=fileName[fileName.length-1]
|
||||||
// downloadFile(val.docRealFile)
|
downloadFile('ocr/OcrRestful/downFile', fileName, { fileName: val.docRealName })
|
||||||
// window.open(val.docRealFile)
|
|
||||||
},
|
},
|
||||||
//删除
|
//删除
|
||||||
actionDelete(record){
|
actionDelete(record){
|
||||||
|
|||||||
Reference in New Issue
Block a user