调整正式版本表单

This commit is contained in:
唐明明
2023-04-13 14:05:50 +08:00
parent 172206581d
commit bf030e4cee
5 changed files with 16 additions and 5 deletions

View File

@@ -248,7 +248,6 @@
let year = moment().get('year')
let month = moment().get('month') + 1
let today = moment().get('date')
let start = moment().subtract(num, 'month').format('YYYY-MM-DD')
let ymdArr = start.split('-')