Forráskód Böngészése

修改内容管理

lex-xin 4 éve
szülő
commit
c39fe14c94
1 módosított fájl, 1 hozzáadás és 3 törlés
  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: []