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