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