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