majunqi 1 anno fa
parent
commit
175ff56e0c
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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();
         });
       });
+      listYuAn().then(response => {
+        this.reserveList = response.data;
+      });
     },
     methods: {
       getUrl(url) {
@@ -634,9 +637,6 @@
           this.eventTypeRlList = [];
           this.hgjList = [];
         });
-        listYuAn().then(response => {
-          this.reserveList = response.data;
-        });
       },
       /** 提交按钮 */
       submitForm() {