lrf402788946 5 年之前
父节点
当前提交
877229de05
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/new-plan/index.vue

+ 2 - 2
src/views/new-plan/index.vue

@@ -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;