From 720e2f881045bf38d20b4d75281215eb7eb983e4 Mon Sep 17 00:00:00 2001
From: "1378012178@qq.com" <1378012178@qq.com>
Date: Fri, 3 Apr 2026 15:49:22 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8A=A4=E4=BA=BA=E5=8F=98=E6=9B=B4?=
=?UTF-8?q?=E5=AE=A1=E6=A0=B8=20=E7=82=B9=E5=87=BB=E8=BF=9B=E5=85=A5?=
=?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=A1=B5=E9=9D=A2=E6=B2=A1=E6=9C=89=E4=BB=BB?=
=?UTF-8?q?=E4=BD=95=E6=93=8D=E4=BD=9C=E6=8F=90=E7=A4=BA=E8=AF=B7=E9=80=89?=
=?UTF-8?q?=E6=8B=A9=E5=AE=A1=E6=A0=B8=E7=8A=B6=E6=80=81=20=EF=BC=8C?=
=?UTF-8?q?=EF=BC=8C=E5=AD=97=E6=AE=B5=E6=8A=98=E8=A1=8C=20=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E4=B8=80=E4=B8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../elder/elderinfo/components/GuaUpInfoForm.vue | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue
index 4684cdb..ec12fc5 100644
--- a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue
+++ b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue
@@ -9,10 +9,12 @@
{{ applyObj[record.d1] }}
-
+
+
-
+
+
@@ -119,7 +121,7 @@ const formData = reactive>({
pkId: ''
});
const validatorRules = reactive({
- status: [{ required: true, message: '请选择审核状态!' },],
+ status: [{ required: true, message: '请选择审核状态!', rigger: 'change' },],
auditContent: [
{
validator: async (_rule, value) => {
@@ -211,7 +213,7 @@ const columns = [
title: '名称',
dataIndex: 'd1',
key: 'd1',
- width: 150,
+ width: 170,
},
{
title: '变更前',
@@ -231,7 +233,6 @@ const setRowClassName = (record) => {
};
const izAudit = ref(false)
async function show(record, sign) {
- console.log("🚀 ~ show ~ record, sign:", record, sign)
let data = null;
if (sign == 'audit') {
data = await getModifyInfo({ id: record.id, queryModifyType: 'gua' })
@@ -247,7 +248,9 @@ async function show(record, sign) {
formData.guardianOpenId = record.guardianOpenId
formData.name = record.name
formData.sysOrgCode = record.sysOrgCode
- formData.status = record.status
+ if (!!record.status) {
+ formData.status = record.status
+ }
formData.auditContent = record.auditContent
tableData.value = data.map(item => ({