|
@@ -89,7 +89,7 @@ export default {
|
|
|
{ label: '开始时间', prop: 'begindate', model: 'begindate', type: 'date' },
|
|
|
{ label: '结束时间', prop: 'finishdate', model: 'finishdate', type: 'date' },
|
|
|
],
|
|
|
- info: {},
|
|
|
+ info: { festivals: [] },
|
|
|
form: {},
|
|
|
Ffields: [
|
|
|
{ label: '年度', model: 'year' },
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
},
|
|
|
handleClose() {
|
|
|
this.dialog = false;
|
|
|
- this.info = {};
|
|
|
+ this.info = { festivals: [] };
|
|
|
},
|
|
|
handleFestClose() {
|
|
|
this.drawer = false;
|