瀏覽代碼

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

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