commit
This commit is contained in:
@@ -2590,7 +2590,7 @@
|
|||||||
standName: this.ocrList[0].standName,
|
standName: this.ocrList[0].standName,
|
||||||
attId: this.OCRDatas[0].attId,
|
attId: this.OCRDatas[0].attId,
|
||||||
fileName: this.OCRDatas[0].fileName,
|
fileName: this.OCRDatas[0].fileName,
|
||||||
fileType: this.OCRDatas[0].useModel,
|
fileType: this.setWBType(this.OCRDatas[0].standFileClassify),
|
||||||
}
|
}
|
||||||
this.$http.post(
|
this.$http.post(
|
||||||
"ocr/OCRRestful/addOcrRecord",
|
"ocr/OCRRestful/addOcrRecord",
|
||||||
@@ -2610,7 +2610,7 @@
|
|||||||
} else if (this.OCRType === '1') {
|
} else if (this.OCRType === '1') {
|
||||||
let splitEo = {}
|
let splitEo = {}
|
||||||
splitEo.standId = this.OCRDatas[0].standId
|
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.attId = this.OCRDatas[0].attId
|
||||||
splitEo.fileName = this.OCRDatas[0].fileName
|
splitEo.fileName = this.OCRDatas[0].fileName
|
||||||
this.$http.postData('lawss/sarFileSplitInfo/fileSplit', splitEo, {
|
this.$http.postData('lawss/sarFileSplitInfo/fileSplit', splitEo, {
|
||||||
@@ -5320,7 +5320,6 @@
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.OCRoptions = res.data
|
this.OCRoptions = res.data
|
||||||
console.log(res.data);
|
|
||||||
})
|
})
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||||
_this: this
|
_this: this
|
||||||
|
|||||||
Reference in New Issue
Block a user