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