09 2022 档案

摘要:1—Vxe-table 用来设计表格 2—toast-ui/editor 用来设计富文本编译器 3—area-data 省区县/区数据使用 4—clipboard 剪切板功能 5—dayjs 好用的日期插件 6—js-cookie 处理cookie 7-NProgress 页面进入的进度条 8-An 阅读全文
posted @ 2022-09-08 17:40 俺是前端小菜 阅读(55) 评论(0) 推荐(0) 编辑
摘要:utils.js 文件 如果值不存在就 push 进数组,反之不处理 export function pushIfNotExist(array, value, key) { for (let item of array) { if (key && (item[key] value[key])) { 阅读全文
posted @ 2022-09-08 16:22 俺是前端小菜 阅读(6212) 评论(0) 推荐(0) 编辑
摘要:import { getDicts } from '@/common/api/common' //请求后台接口 /** * 获取字典数据 */ export async function useDict(...args) { let res = {}; for(let i = 0; i < args 阅读全文
posted @ 2022-09-08 11:20 俺是前端小菜 阅读(92) 评论(0) 推荐(0) 编辑
摘要:导出excal文件 exportTable() { const params = { classId: id //参数 } downFile(this.url, params).then((data) => { if (!data) { this.$message.warning('文件下载失败') 阅读全文
posted @ 2022-09-07 17:44 俺是前端小菜 阅读(27) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示