瀏覽代碼

修改编号

lex-xin 4 年之前
父節點
當前提交
13d0e88428

+ 2 - 2
src/views/contentManager/components/systemNotify.vue

@@ -150,7 +150,7 @@ export default {
         organIdList: this.searchForm.organIdList ? this.searchForm.organIdList.join(',') : null,
         rows: this.pageInfo.limit,
         page: this.pageInfo.page,
-        type: 9
+        type: 19
       };
       newsList(params).then(res => {
         if (res.code == 200) {
@@ -165,7 +165,7 @@ export default {
         params.id = rows.id;
       }
       this.formActionTitle = type
-      params.type = 9;
+      params.type = 19;
       params.pageType = type;
       this.systemOptions = params
       this.notifyStatus = true

+ 1 - 1
src/views/contentManager/index.vue

@@ -84,7 +84,7 @@ import { permission } from '@/utils/directivePage'
 // APP按钮管理 6 5
 // 知识库管理 7 6
 // 广告管理 8 7
-// 系统通知 9 8
+// 系统通知 19 8
 export default {
   components: { banner, activity, information, training, flashPage, appPage, knowledge, advert, systemNotify },
   name: 'contentManager',

+ 2 - 2
src/views/contentManager/model/systemNotifyModel.vue

@@ -574,7 +574,7 @@ export default {
                 2: '热门资讯',
                 4: '专项训练',
                 7: '知识库',
-                9: '系统通知',
+                19: '系统通知',
             }
             return params[type] ? params[type] : '大雅乐盟'
         },
@@ -588,7 +588,7 @@ export default {
                 6: 5,
                 7: 6,
                 8: 7,
-                9: 8
+                19: 8
             };
             return tempTitle[type];
         },