From 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 28 十一月 2022 16:48:47 +0800 Subject: [PATCH] 修改样式 --- src/views/specialCheck/components/areaEnterprises.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/specialCheck/components/areaEnterprises.vue b/src/views/specialCheck/components/areaEnterprises.vue index b82b47b..2369c01 100644 --- a/src/views/specialCheck/components/areaEnterprises.vue +++ b/src/views/specialCheck/components/areaEnterprises.vue @@ -73,7 +73,6 @@ methods:{ toCheck(row){ const t = this - console.log(row.checkUnitType,'type') if(row.checkUnitType == 4){ t.$refs.report.id = row.id t.$refs.report.enterpriseType = t.enterpriseType @@ -81,7 +80,7 @@ t.$refs.report.dialogVisible = true }else{ t.$refs.detail.id = row.id - t.$refs.detail.unitType = row.checkUnitType + t.$refs.detail.checkUnitType = row.checkUnitType t.$refs.detail.enterpriseType = t.enterpriseType t.$refs.detail.getEnterpriseInfo() t.$refs.detail.dialogVisible = true -- Gitblit v1.9.2