06 2022 档案

摘要:vue: methods: { //返回按钮指定到首页去 goBack() { this.$router.push({ path: "/" }); }, }, //页面销毁时,取消监听 destroyed() { window.removeEventListener("popstate", this 阅读全文
posted @ 2022-06-22 14:27 潇潇mini 阅读(1529) 评论(0) 推荐(1) 编辑
摘要:现在我们有一个枚举,我需要获取其枚举名称、值、Description,那么我们可以参照如下操作: 枚举: /// <summary> /// 岗位审批状态 /// </summary> public enum PostApproveStatus : int { /// <summary> /// 待 阅读全文
posted @ 2022-06-06 10:34 潇潇mini 阅读(403) 评论(0) 推荐(0) 编辑