@@ -406,7 +406,7 @@
console.log(res)
if(res.success){
this.visible=res.showPopup;
- if(res.data.id){
+ if(res.data){
this.versionId=res.data.id;
}