From 90e4076a8adf5dac4384f10d9ce22398580eaf34 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期三, 09 七月 2025 17:27:06 +0800 Subject: [PATCH] 5601列表页面中的内容变化处理,自定义表单的set_dlg_attr_show --- 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