|
@@ -1094,7 +1094,12 @@ export default {
|
|
|
editTitle(){
|
|
|
if(this.titleIndex < 0){
|
|
|
//新增
|
|
|
- exctabcellSave([this.titleForm]).then(()=>{
|
|
|
+ exctabcellSave([{
|
|
|
+ "exctabId": this.from.id,
|
|
|
+ "textInfo": this.titleForm.textInfo,
|
|
|
+ "textElementType": this.titleForm.textElementType,
|
|
|
+ "textDeviation": this.titleForm.textDeviation
|
|
|
+ }]).then(()=>{
|
|
|
this.editTitleDialog = false;
|
|
|
//触发自动识别按钮
|
|
|
this.automaticRecognition();
|