Commit 05767510 by huaying

fix: 客户日志时间选择器事件

parent 07751425
......@@ -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