|
|
@@ -333,15 +333,17 @@ export default {
|
|
|
this.compareloading = false;
|
|
|
return;
|
|
|
}
|
|
|
- this.compareloading = true;
|
|
|
- compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })
|
|
|
- .then((res) => {
|
|
|
- this.compareloading = false;
|
|
|
- this.data.wordTime = res.data.result;
|
|
|
- })
|
|
|
- .catch(() => {
|
|
|
- this.compareloading = false;
|
|
|
- });
|
|
|
+ this.data.wordTime = JSON.stringify(this.compareData);
|
|
|
+ this.handleClose();
|
|
|
+ // this.compareloading = true;
|
|
|
+ // compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })
|
|
|
+ // .then((res) => {
|
|
|
+ // this.compareloading = false;
|
|
|
+ // this.data.wordTime = res.data.result;
|
|
|
+ // })
|
|
|
+ // .catch(() => {
|
|
|
+ // this.compareloading = false;
|
|
|
+ // });
|
|
|
},
|
|
|
// 校对时间
|
|
|
compareTime(type) {
|