From 0f7bec66f05f5265b8c04e2d3d8157f318f80645 Mon Sep 17 00:00:00 2001
From: cyy <cuiqian2004@163.com>
Date: 星期日, 28 九月 2025 09:58:41 +0800
Subject: [PATCH] org app_type mobox3

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

diff --git a/components/oi-form/index.vue b/components/oi-form/index.vue
index 3d23cc7..61cd9f3 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;
@@ -80,6 +82,7 @@
 				this.form.model[attr] = item.value;
 				this.$emit("on-change", item)
 			},
+
 			onClick(item) {
 				this.$emit("on-click", item)
 			},

--
Gitblit v1.9.1