dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复添加、编辑名片模板背景图为固定尺寸问题
quanwei
2025-11-03
adf46e209a824f5d206fe549a252fd0184533b3a
[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;