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; }