MrShi
5 天以前 3889b8ad1c2b71dd2bdca200aca7063742bd83bf
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: {