Commit 3f5342dc authored by chenzj's avatar chenzj

生产工单需求日期筛选设置默认值

parent d797696b
...@@ -1036,7 +1036,7 @@ export default { ...@@ -1036,7 +1036,7 @@ export default {
//筛选日期设置默认值 //筛选日期设置默认值
setDate(){ setDate(){
this.daterangePurchaseDate = [dayjs().add(-3,'day').format('YYYY-MM-DD'), dayjs().add(3, 'day').format('YYYY-MM-DD')] this.daterangePurchaseDate = [dayjs().format('YYYY-MM-DD'), dayjs().add(6, 'day').format('YYYY-MM-DD')]
}, },
......
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