dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
完成名片列表功能 完成名片筛选功能 完成查看名片详情 完成购买名片查看联系方式
quanwei
2025-10-30
2b728186c745b598e8ccb9dcc37360eed49375f6
[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;