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