From ea5d0eb111ebf6e47943c88243e809c5e13d9b54 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Fri, 30 Jan 2026 16:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E8=AF=A6=E6=83=85=E9=A1=B5=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../orgapplyinfo/components/OrgApplyInfoForm.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue index be15354..cf1f5f0 100644 --- a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue +++ b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue @@ -206,8 +206,12 @@ + 历史数据 + 待审核 审核通过 审核驳回 + 待审核 + 审核驳回 @@ -237,7 +241,7 @@ - @@ -366,7 +370,7 @@ const formData = reactive>({ workOrderStatus_dictText: '', auditBy: '', auditTime: '', - auditBy_dictText:'', + auditBy_dictText: '', }); const tempNullVal = ref(''); @@ -435,8 +439,7 @@ function edit(record) { } }) var lsbl = tmpData.status; - console.log("🚀 ~ edit ~ lsbl:", lsbl) - if (tmpData.status != '2' && tmpData.status != '3') { + if (!props.formData.disabled && tmpData.status == 1) { tmpData.status = null } cityViewValue.value = record.orgProvince_dictText