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