From 090819b136cc0903bf2ac25845c9b275ddbcba89 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 01 八月 2025 17:32:29 +0800 Subject: [PATCH] dataobjcreat而返回处理 --- 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