Commit 71699b47 authored by 黄奎's avatar 黄奎

清空数组

parent 167aebb5
...@@ -177,8 +177,9 @@ ...@@ -177,8 +177,9 @@
}); });
}, },
btnStart(e){ btnStart(e){
this.g = []
this.msg.Year = e.year this.msg.Year = e.year
this.defaulttime = e.year+'-01-01 13:01:00'//拿来做为默认值 使用 不做显示 this.defaulttime = e.year+'-01-01 13:01:00'//拿来做为默认值 使用 不做显示
this.msg.pageIndex=1 this.msg.pageIndex=1
this.getList(); this.getList();
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment