From 7278455dbcffc7393e4a2317815749a95974c9a6 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 23 Jun 2025 14:55:18 +0800 Subject: [PATCH] no message --- components/panel/formSlot.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue index e12b773..5d2a664 100644 --- a/components/panel/formSlot.vue +++ b/components/panel/formSlot.vue @@ -70,7 +70,7 @@
- +
@@ -79,11 +79,11 @@
- +
- +
@@ -322,6 +322,10 @@ export default { handleNewPwd(e, $item, $index) { this.$emit("changeNewPwd", e); }, + handleChangeNewPwd(e, $item, $index) { + // this.$emit("changeNewPwd", e); + console.log(e); + }, // 确认密码 handleConfirmPwd(e, $item, $index) { this.$emit("changeConfirmPwd", e);