sc
This commit is contained in:
@@ -174,10 +174,10 @@ const searchForm = ref({})
|
||||
|
||||
function handleReset() {
|
||||
const year = new Date().getFullYear()
|
||||
const month = new Date().getMonth() + 1
|
||||
const month = new Date().getMonth() + 1 + ''
|
||||
searchForm.value = {
|
||||
nickname: undefined,
|
||||
consultTime: [`${year}-${month}-01`, formatDate(new Date())],
|
||||
consultTime: [`${year}-${month.padStart(2, '0')}-01`, formatDate(new Date())],
|
||||
licenseTypeList: [],
|
||||
sourceId: undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user