Commit 2655bf32 authored by 华国豪's avatar 华国豪 🙄

no message

parent 1ecbd561
...@@ -130,7 +130,7 @@ export default { ...@@ -130,7 +130,7 @@ export default {
}, },
currentPage: 1, currentPage: 1,
total: 0, total: 0,
productionDate: [new Date().Format("yyyy-MM-dd"), new Date(curDate.getTime() + 24*60*60*1000).Format("yyyy-MM-dd")], productionDate: [new Date().Format("yyyy-MM-dd"), new Date(new Date().getTime() + 24*60*60*1000).Format("yyyy-MM-dd")],
productionDate2: [], productionDate2: [],
}; };
}, },
......
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