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
  • recordLog.js
  • yangwei's avatar
    recordLog引用修改,命名规范 · 3b295341
    3b295341
    yangwei committed 2023-01-31 10:03:22 +0800
recordLog.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
  })
}