From 09cb9a43dfad54d00495788cd3c4d0104af08b65 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 24 Oct 2023 15:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=BB=E5=8A=A1=E5=AE=A1?= =?UTF-8?q?=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examined/index_list.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/examined/index_list.vue b/src/views/examined/index_list.vue index ccce0c1..2528e7d 100644 --- a/src/views/examined/index_list.vue +++ b/src/views/examined/index_list.vue @@ -117,7 +117,7 @@ { + return showAuditTypeList.value.includes(openType.value); +}); + // 选中数据 const selectData = ref([]); @@ -201,7 +207,7 @@ const handleEdit = async (data: any, type = "edit") => { openType.value = data.type; showEdit.value = true; await nextTick(); - if (data.type == 1) { + if (showAuditOther) { auditOtherRef.value?.open(type); auditOtherRef.value?.setFormData(data); } else if (data.type == 4) {