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