luobisheng
2022-11-08 2406ac9a70e51e76c6ba95efb69f641c7b22e8ea
src/views/systemSetting/baseSetting/user/components/password/index.vue
@@ -122,7 +122,8 @@
        },
        // 清空表单
        resetForm() {
            this.$refs.pwd.resetFields();
            this.$emit('closeDialog',{flag:false});
        }
    }
}