74203716 by renchao@pashanhoo.com

1

1 parent b9f00660
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-15 17:01:12 4 * @LastEditTime: 2023-09-18 11:12:47
5 --> 5 -->
6 <template> 6 <template>
7 <div class="container"> 7 <div class="container">
...@@ -134,6 +134,12 @@ ...@@ -134,6 +134,12 @@
134 mixins: [WorkFlow, publicFlow], 134 mixins: [WorkFlow, publicFlow],
135 data () { 135 data () {
136 return { 136 return {
137 //受理申请标识码
138 bsmSlsq: this.$route.query.bsmSlsq,
139 //当前流程所在环节
140 bestepid: this.$route.query.bestepid,
141 //当前流程所在环节
142 zbhj: this.$route.query.zbhj,
137 // 左侧是否显示,获取完成系统参数之后再显示 143 // 左侧是否显示,获取完成系统参数之后再显示
138 isShowMenu: false, 144 isShowMenu: false,
139 //设置那个表单选中 145 //设置那个表单选中
......