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