From 0244efa3742c67c7dc9262423a8f7511ddbe7558 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Sun, 1 Feb 2026 22:47:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=83=A6=E4=BA=BA=E7=9A=84=E6=8F=90=E4=BA=A4=E8=AE=B0=E5=BD=95?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/mixins/formPackageMixins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Template/mixins/formPackageMixins.js b/src/components/Template/mixins/formPackageMixins.js index 6e59d61..fd99c0c 100644 --- a/src/components/Template/mixins/formPackageMixins.js +++ b/src/components/Template/mixins/formPackageMixins.js @@ -81,6 +81,7 @@ export default { handleEditSignCancel(data) { if (data.uuid === this.uuid) { this.resetRecord(); + this.$emit("resetRecord"); } }, handleEditSignCallback(data) { @@ -466,7 +467,6 @@ export default { resetRecord(key) { this.formFields = { ...this.formFields, ...this.oldFormFields }; this.oldFormFields = {}; - this.$emit("resetRecord"); }, } } \ No newline at end of file