فهرست منبع

体系分类,模板分类树调整

shenqilong 1 سال پیش
والد
کامیت
afabb1c276
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/business/platform/cat/type/tree.vue

+ 1 - 1
src/business/platform/cat/type/tree.vue

@@ -141,7 +141,7 @@ export default {
                 // 按照分类过滤
                 const routeName = this.$route.name
                 console.log(routeName)
-                const routeMap = { 'jssllb': '体系分类', 'ywtxyxjl': '模板分类', 'wjkzgl-ywyxjlsc': '模板分类' }
+                const routeMap = { 'jssllb': '体系分类', 'ywtxyxjl': '模板分类', 'ywyxjlsc': '模板分类' }
                 this.treeData = this.treeData.filter(i => {
                     const authorityName = JSON.parse(i.authorityName)
                     if (authorityName) {