소스 검색

注册公司审核模块

ljm 6 년 전
부모
커밋
4b2d8a945e
1개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 10 4
      src/dashoo.cn/frontend_web/src/pages/system/auditsetting/index.vue

+ 10 - 4
src/dashoo.cn/frontend_web/src/pages/system/auditsetting/index.vue

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