|
@@ -402,14 +402,14 @@
|
|
|
|
|
|
},
|
|
|
mounted() {
|
|
|
- // postAction('/ctop/releaseViewRecord/check', {}).then(res => {
|
|
|
- // console.log(res)
|
|
|
- // if(res.success){
|
|
|
- // this.visible=res.showPopup;
|
|
|
- // this.versionId=res.data.id;
|
|
|
- // }
|
|
|
+ postAction('/ctop/releaseViewRecord/check', {}).then(res => {
|
|
|
+ console.log(res)
|
|
|
+ if(res.success){
|
|
|
+ this.visible=res.showPopup;
|
|
|
+ this.versionId=res.data.id;
|
|
|
+ }
|
|
|
|
|
|
- // })
|
|
|
+ })
|
|
|
},
|
|
|
}
|
|
|
</script>
|