Commit 57380a7e authored by 13841799530's avatar 13841799530

无planid

parent b82eccb7
Pipeline #7118 passed with stage
in 10 seconds
...@@ -118,6 +118,7 @@ export default { ...@@ -118,6 +118,7 @@ export default {
finish:this.finish finish:this.finish
} }
}) })
sessionStorage.setItem('noteId',this.nums.id)
}, },
formwork(){ formwork(){
this.$router.push({name:'formwork',query:{id:this.id,finish:this.finish}}) this.$router.push({name:'formwork',query:{id:this.id,finish:this.finish}})
......
...@@ -57,8 +57,8 @@ export default { ...@@ -57,8 +57,8 @@ export default {
} }
}, },
mounted() { mounted() {
if(this.$route.query.id){ if(sessionStorage.getItem('nodeId')){
this.id=this.$route.query.id this.id=sessionStorage.getItem('nodeId')
} }
if(this.$route.query.finish){ if(this.$route.query.finish){
this.finish=this.$route.query.finish this.finish=this.$route.query.finish
......
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