Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • api
  • dict.js
  • 任超's avatar
    style:打印模板管理 · bc93437e
    bc93437e
    任超 committed 2022-08-19 10:32:31 +0800
dict.js 181 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import request from '@/utils/request'
/* 
获取全部字典数据
*/
export function getAllDict () {
  return request({
    url: '/sys/dict/getAllDict',
    method: 'post'
  })
}