majunqi пре 1 година
родитељ
комит
175ff56e0c
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      event-ui/src/views/event/eventcatalogue/index.vue

+ 3 - 3
event-ui/src/views/event/eventcatalogue/index.vue

@@ -498,6 +498,9 @@
           this.getList();
           this.getList();
         });
         });
       });
       });
+      listYuAn().then(response => {
+        this.reserveList = response.data;
+      });
     },
     },
     methods: {
     methods: {
       getUrl(url) {
       getUrl(url) {
@@ -634,9 +637,6 @@
           this.eventTypeRlList = [];
           this.eventTypeRlList = [];
           this.hgjList = [];
           this.hgjList = [];
         });
         });
-        listYuAn().then(response => {
-          this.reserveList = response.data;
-        });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */
       submitForm() {
       submitForm() {