Commit 0a8de33b authored by liudong1993's avatar liudong1993

1

parent 49a6a760
...@@ -540,7 +540,8 @@ ...@@ -540,7 +540,8 @@
}).catch(() => { }).catch(() => {
}); });
}else{ return;
}else if(this.PrerealContrastMsg!=''){
this.$confirm(this.PrerealContrastMsg, this.$t('tips.tips'), { this.$confirm(this.PrerealContrastMsg, this.$t('tips.tips'), {
confirmButtonText: this.$t('objFill.ckbjd'), confirmButtonText: this.$t('objFill.ckbjd'),
cancelButtonText: this.$t('pub.cancelBtn'), cancelButtonText: this.$t('pub.cancelBtn'),
...@@ -557,9 +558,9 @@ ...@@ -557,9 +558,9 @@
}).catch(() => { }).catch(() => {
}); });
}
return; return;
} }
}
let TCIDARR = [] let TCIDARR = []
let id = []; let id = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment