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

bdc / bdcjg-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
  • bdcjg-web
  • src
  • api
  • dbrzcx.js
  • 任超's avatar
    style:接口修改 · b6110aa2
    b6110aa2 Browse Files
    任超 committed 2 years ago
dbrzcx.js 259 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import request from '@/utils/request'
import SERVER from './config'

// 登簿日志分页
export function getRecordLogPage (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/sjsb/RecordLog/getRecordLogPage',
    method: 'post',
    data
  })
}