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