|
|
@@ -430,11 +430,8 @@ export default {
|
|
|
},
|
|
|
// 保存校对
|
|
|
saveCompare() {
|
|
|
- if (this.compareType == '文字') {
|
|
|
- this.compareloading = false;
|
|
|
- return;
|
|
|
- }
|
|
|
- this.data.wordTime = JSON.stringify(this.compareData);
|
|
|
+ this.compareloading = false;
|
|
|
+ this.data.wordTime = this.compareData;
|
|
|
this.handleClose();
|
|
|
// this.compareloading = true;
|
|
|
// compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })
|