测试完成

hyx_2024-9-25_tongbu
shanao 2024-09-14 21:55:55 +08:00
parent 2c9e52b933
commit a286a49261
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ export default {
} }
] ]
} }
this.infoForm.incidentDate = new Date(data.info.incidentDate)
this.infoForm.reportDate = new Date(data.info.reportDate)
}).catch((e) => { }).catch((e) => {
}) })
} }