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