修复年度不显示
This commit is contained in:
parent
409655349b
commit
906ed4209d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user