|
@@ -261,6 +261,9 @@
|
|
|
} else if (this.$route.query.step == 7) {
|
|
} else if (this.$route.query.step == 7) {
|
|
|
// 二级单位分办
|
|
// 二级单位分办
|
|
|
this.ACode = "SUB_OFFICE"
|
|
this.ACode = "SUB_OFFICE"
|
|
|
|
|
+ } else if (this.$route.query.step == 8) {
|
|
|
|
|
+ //注册公司审核
|
|
|
|
|
+ this.ACode = "COMPONY_AUDIT"
|
|
|
}
|
|
}
|
|
|
this.initDatas()
|
|
this.initDatas()
|
|
|
// his.getDictOptions()
|
|
// his.getDictOptions()
|
|
@@ -286,10 +289,13 @@
|
|
|
//企业法规处审核
|
|
//企业法规处审核
|
|
|
this.ACode = "PROF_REGULATION"
|
|
this.ACode = "PROF_REGULATION"
|
|
|
} else if (val.query.step == 7) {
|
|
} else if (val.query.step == 7) {
|
|
|
- // 二级单位分办
|
|
|
|
|
- this.ACode = 'SUB_OFFICE'
|
|
|
|
|
- }
|
|
|
|
|
- this.initDatas()
|
|
|
|
|
|
|
+ // 二级单位分办
|
|
|
|
|
+ this.ACode = 'SUB_OFFICE'
|
|
|
|
|
+ } else if (val.query.step == 8) {
|
|
|
|
|
+ //注册公司审核
|
|
|
|
|
+ this.ACode = "COMPONY_AUDIT"
|
|
|
|
|
+ }
|
|
|
|
|
+ this.initDatas()
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|