admin/src/views/business/jkSketch.vue
@@ -115,6 +115,11 @@ 'field.id': 'id', 'field.main': 'id' }) const now = new Date(); const year = now.getFullYear(); const month = now.getMonth() + 1; // 月份从0开始,需要加1 const day = now.getDate(); this.searchForm.dateInfo = `${year}-${month}-${day}` this.search() }, methods: {