소스 검색

前端: 目录申请面包屑文案判断

baichengfei 4 년 전
부모
커밋
606bfcf1ab
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogsub/_opera/incomeedit.vue

+ 4 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogsub/_opera/incomeedit.vue

@@ -490,9 +490,12 @@
       if (this.$route.query.type == 6) {
         this.formDataType = '外部市场'
         this.cardType = '6'
-      } else {
+      } else if (this.$route.query.type == 7) {
         this.formDataType = '收入业务'
         this.cardType = '7'
+      } else {
+        // 二级单位从目录申请列表点进来不区分类型
+        this.formDataType = '目录申请'
       }
       Object.assign(this.incomeDataTmp, this.incomeData)
       this.formData.SubmitterId = this.authUser.Profile.Id