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