修复年度不显示

This commit is contained in:
wangchengming 2025-07-16 20:35:02 +08:00
parent 409655349b
commit 906ed4209d

View File

@ -263,6 +263,7 @@ const getDetailInfo = (id) => {
getBusSafetyReview(id).then(res => {
if (res.code == 200) {
ruleForm.value = res.data
ruleForm.value.year = res.data.year.toString()
escUserName.value = res.data.escUserName
escWorkNo.value = res.data.workNo
escUserId.value = res.data.escUserId