This commit is contained in:
zhutianqi
2021-11-24 16:09:20 +08:00
parent 005367809b
commit 368aad27a7
@@ -2590,7 +2590,7 @@
standName: this.ocrList[0].standName,
attId: this.OCRDatas[0].attId,
fileName: this.OCRDatas[0].fileName,
fileType: this.OCRDatas[0].useModel,
fileType: this.setWBType(this.OCRDatas[0].standFileClassify),
}
this.$http.post(
"ocr/OCRRestful/addOcrRecord",
@@ -2610,7 +2610,7 @@
} else if (this.OCRType === '1') {
let splitEo = {}
splitEo.standId = this.OCRDatas[0].standId
splitEo.fileType = this.OCRDatas[0].standFileClassify
splitEo.fileType = this.setWBType(this.OCRDatas[0].standFileClassify)
splitEo.attId = this.OCRDatas[0].attId
splitEo.fileName = this.OCRDatas[0].fileName
this.$http.postData('lawss/sarFileSplitInfo/fileSplit', splitEo, {
@@ -5320,7 +5320,6 @@
_this: this
}, res => {
this.OCRoptions = res.data
console.log(res.data);
})
this.$http.get('sys/dictype/getDicTypeListCode', '', {
_this: this