From d608d4342f0cd2cd31d8c5bad29061cf96a9624c Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Mon, 16 Dec 2024 09:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=9F=E4=BA=A7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/device/devicemaintenancejob/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/device/devicemaintenancejob/index.vue b/src/views/eam/device/devicemaintenancejob/index.vue index 33c352f..227fd29 100644 --- a/src/views/eam/device/devicemaintenancejob/index.vue +++ b/src/views/eam/device/devicemaintenancejob/index.vue @@ -734,7 +734,7 @@ const buttonTableClick = async (val, row) => { const openForm = async (type: string, row?: any) => { if(type == 'update'){ - row.classes = String(row.classes) + row.classes = String(row.classes?row.classes:'') } tableData.value = [] // 重置明细数据 await DeviceAccountsApi.getDeviceAccountsNoPage({}).then(res => {