|
@@ -18687,6 +18687,11 @@ export default {
|
|
|
this.engUpdateDialogVisible = false;
|
|
|
this.newEngIndex = -1;
|
|
|
this.isNoUserid = false;
|
|
|
+ if(this.newEngIndex == -1 && this.isNoUserid == true){
|
|
|
+ this.oldEnglishJson1 = {}
|
|
|
+ }else{
|
|
|
+ this.newEnglishList = { engTitle:"",engText:"" }
|
|
|
+ }
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.error(err);
|