dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
访客列表
quanwei
2025-10-31
7a27a1d4d0038abe2115adb1753f897f56d66323
[companyProjecet.git]
/
branch_vue
/
src
/
api
/
table.js
1
2
3
4
5
6
7
8
9
10
import request from '@/utils/request'
let TableApi = {
/*列表*/
getDetail(data, errorback) {
return request._post('/branch/plus.table.record/detail', data, errorback);
},
}
export default TableApi;