소스 검색

修改内容管理

lex-xin 4 년 전
부모
커밋
c39fe14c94
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/views/contentManager/model/systemNotifyModel.vue

+ 1 - 3
src/views/contentManager/model/systemNotifyModel.vue

@@ -419,7 +419,6 @@ export default {
                         content,
                         organIdList: organIdList ? organIdList.join(',') : null
                     }
-
                     if (this.pageType == "create") {
                         if (form.id) {
                             // 判断有没有Id,如果有则删除
@@ -472,12 +471,11 @@ export default {
             }
         },
         onReSet (formName) {
-            const query = this.$route.query
             this.form = {
                 title: null,
                 order: null,
                 linkUrl: null,
-                type: query.type,
+                type: this.type,
                 status: 1,
                 content: null,
                 organIdList: []