doum
昨天 eb89d82f6e5f3dc0d088a39ccc627d95d4b1fde6
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: {