[update] 修改bug80000

This commit is contained in:
lideqin
2024-01-05 09:22:47 +08:00
parent 8888f989bc
commit adfa2ebf84
3 changed files with 25 additions and 4 deletions
@@ -138,7 +138,7 @@ export default {
this.type = type
const param = {}
param.standardNumber = standardNumber
param.quizTime = new Date().getFullYear() + '-' + new Date().getMonth() + '-' + new Date().getDay() + ' ' +
param.quizTime = new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDay() + ' ' +
new Date().getHours() + ':' + new Date().getMinutes() + ':' + new Date().getSeconds()
this.$nextTick(() => {
this.form.setFieldsValue(param)