From 487d0be9063246ea1eef88160d899bddae1d57b0 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 30 Mar 2026 22:23:54 +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 | 2 +- src/components/Template/StepComponents/JcbComp.vue | 59 ++++++++++++---------- src/components/Template/StepFormPackage.vue | 14 ++++- src/components/Template/mixins/stepMixins.js | 9 ++-- .../Template/operation/TableOpertaion.vue | 2 +- .../business/comps/template/comps/dl/DL012.vue | 44 +++++++++++----- .../template/dialog/SelectMixReagentDialog.vue | 8 ++- .../comps/template/dialog/SubPackageDialog.vue | 29 +++++++++-- 8 files changed, 113 insertions(+), 54 deletions(-) diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue index 3ccd1e9..281cf0e 100644 --- a/src/components/Template/HandleFormItem.vue +++ b/src/components/Template/HandleFormItem.vue @@ -1152,7 +1152,7 @@ export default { if (!this.isFieldsRecord) {//是否需要记录修改记录 this.$emit("blur", this.inputValue); this.$emit('input', this.inputValue); - this.$emit("change", this.inputValue); + this.$emit("change", this.inputValue,"change"); return; } // 值发生了变化,需要弹出密码输入框 diff --git a/src/components/Template/StepComponents/JcbComp.vue b/src/components/Template/StepComponents/JcbComp.vue index 815f122..ecc2e73 100644 --- a/src/components/Template/StepComponents/JcbComp.vue +++ b/src/components/Template/StepComponents/JcbComp.vue @@ -1,10 +1,7 @@