@@ -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() {