From 1d6762644a71be4d39d760cd3d5b97084facbc77 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Fri, 23 Jan 2026 20:35:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/HandleFormItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index fe82e8d..27c18e0 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -16,7 +16,7 @@ + @visible-change="onSelectBlur" @change="onInputChange"> @@ -437,7 +437,7 @@ export default { this.oldValue = this.inputValue; // 更新旧值 this.$emit("blur", this.inputValue); this.$emit('input', this.inputValue); - this.$emit("change", this.inputValue); + this.$emit("change", this.inputValue,data?"save":""); if(!this.isFieldsRecord){//是否需要记录修改记录 return; }