Explorar o código

事件中心bug

majunqi hai 1 ano
pai
achega
175ff56e0c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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() {