From d8872903e30f0a53abefcd279ae03258341e931f Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期四, 20 三月 2025 09:10:31 +0800 Subject: [PATCH] test --- pages/modal/form/index.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/modal/form/index.vue b/pages/modal/form/index.vue index 55c95e5..e50b6c3 100644 --- a/pages/modal/form/index.vue +++ b/pages/modal/form/index.vue @@ -535,9 +535,7 @@ item.value = result.decodedata; var $this = this; let newVal = item.value.trim() - if (!newVal) - return - if (item.oldvalue != newVal) { + if (newVal) { item.oldvalue = newVal; var attr = item.fieldId; this.head_styledef.form.model[attr] = newVal; -- Gitblit v1.9.1