Commit 5ffa9850 by huaying

fix: 客户日志时间选择器

parent 03cc6239
......@@ -26,7 +26,7 @@ export default {
},
methods: {
setDefalutTime(){
return
// return
let start = new Date();
start.setFullYear(start.getFullYear() - 1);
start.setDate(start.getDate()+1);
......
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