From 00c011fc0571caad2bec578fe4ce2f101ab0500e Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 01 八月 2025 18:04:08 +0800
Subject: [PATCH] test
---
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