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