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/3200.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/modal/3200.vue b/pages/modal/3200.vue index e8899f1..9427d83 100644 --- a/pages/modal/3200.vue +++ b/pages/modal/3200.vue @@ -1196,9 +1196,7 @@ var $this = this; console.log(item); let newVal = item.value.trim() - if (!newVal) - return - if (item.oldvalue != newVal) { + if (newVal) { item.oldvalue = newVal; var attr = item.fieldId; -- Gitblit v1.9.1