From 906ed4209db4935f58de99dfd91473756ffba944 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Wed, 16 Jul 2025 20:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B9=B4=E5=BA=A6=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/safetyReview/examinerTasks/taskForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/safetyReview/examinerTasks/taskForm.vue b/src/views/safetyReview/examinerTasks/taskForm.vue index 0302d39..b477181 100644 --- a/src/views/safetyReview/examinerTasks/taskForm.vue +++ b/src/views/safetyReview/examinerTasks/taskForm.vue @@ -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