From fe10cf437b17a2ea0ef63373cae2e5790ebc3930 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 31 七月 2025 18:22:52 +0800
Subject: [PATCH] action 处理

---
 components/oi-form/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/components/oi-form/index.vue b/components/oi-form/index.vue
index 3d23cc7..a288a41 100644
--- a/components/oi-form/index.vue
+++ b/components/oi-form/index.vue
@@ -53,6 +53,7 @@
 		},
 		methods: {
 			setFormItemVisible(attrs) {
+				console.log(attrs)
 				attrs.forEach((attr) => {
 					let index = this.hiddenIds.findIndex((id) => id == attr.attr);
 					if (attr.show) {
@@ -61,6 +62,7 @@
 						if (index == -1) this.hiddenIds.push(attr.attr);
 					}
 				});
+				console.log(this.hiddenIds)
 			},
 			clearFormValues() {
 				if (!this.form.model) return;

--
Gitblit v1.9.1