lex-xin 4 rokov pred
rodič
commit
c39fe14c94

+ 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: []