From 84aa490c2035159c60132a149c48375fd5645152 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Fri, 18 Jul 2025 09:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BE=E5=A4=87=E5=88=97?= =?UTF-8?q?=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/equipmentManagement/devices/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/equipmentManagement/devices/index.vue b/src/views/equipmentManagement/devices/index.vue index c5e9dcf..6d9423c 100644 --- a/src/views/equipmentManagement/devices/index.vue +++ b/src/views/equipmentManagement/devices/index.vue @@ -483,6 +483,7 @@ const handleUpdate = async (row?: deviceForm) => { getDeviceType(); try { if (row) { + // 使用 nextTick 确保对话框完全渲染后再设置表单值 await nextTick(); Object.assign(form.value, row); form.value.image = row.devicePic