Commit aab221c4 authored by 张俊's avatar 张俊

编辑链接

parent 15a49db9
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<span <span
class="info_fix" class="info_fix"
v-if="data.fixed_process" v-if="data.fixed_process"
@click="goto_page(data.fixedurl)" @click="goto_page(data.fixed_url)"
> >
我要编辑 我要编辑
</span> </span>
......
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
unpublic:false, unpublic:false,
undeploy:false, undeploy:false,
deploy:false, deploy:false,
fixed_url:'/', fixed_url:'/progress/designer/design_edit/',
url:'' url:''
}, },
workflows_id:'', workflows_id:'',
...@@ -381,6 +381,7 @@ export default { ...@@ -381,6 +381,7 @@ export default {
this.service_header_arr.unpublic=false this.service_header_arr.unpublic=false
this.service_header_arr.undeploy=false this.service_header_arr.undeploy=false
this.service_header_arr.deploy=true this.service_header_arr.deploy=true
this.service_header_arr.fixed_url=this.service_header_arr.fixed_url+this.$route.params.id
//已部署 //已部署
}else if(state == 1){ }else if(state == 1){
this.$set(this.service_header_arr,'first',[]) this.$set(this.service_header_arr,'first',[])
...@@ -407,6 +408,7 @@ export default { ...@@ -407,6 +408,7 @@ export default {
this.service_header_arr.unpublic=false this.service_header_arr.unpublic=false
this.service_header_arr.undeploy=true this.service_header_arr.undeploy=true
this.service_header_arr.deploy=false this.service_header_arr.deploy=false
this.service_header_arr.fixed_url=this.service_header_arr.fixed_url+this.$route.params.id
//已发布 //已发布
}else{ }else{
this.$set(this.service_header_arr,'first',[]) this.$set(this.service_header_arr,'first',[])
...@@ -433,6 +435,7 @@ export default { ...@@ -433,6 +435,7 @@ export default {
this.service_header_arr.unpublic=true this.service_header_arr.unpublic=true
this.service_header_arr.undeploy=false this.service_header_arr.undeploy=false
this.service_header_arr.deploy=false this.service_header_arr.deploy=false
this.service_header_arr.fixed_url=this.service_header_arr.fixed_url+this.$route.params.id
} }
}, },
getbaseinfo(data){ getbaseinfo(data){
......
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