dashboard
repositories
filestore
activity
search
login
main
/
jczz_web
基层智治-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
二手交易,从业人员查询详情字典回显问题解决
zhongrj
2024-03-16
04b3d7ea5cf271eaaa9e9908c8fd904eb3351f36
[jczz_web.git]
/
src
/
api
/
categoryLabel
/
categoryLabel.js
1
2
3
4
5
6
7
8
9
10
11
12
import request from '@/router/axios';
export const getList = (size, params) => {
return request({
url: '/api/blade-categoryLabel/categoryLabel/list',
method: 'get',
params: {
...params,
size,
}
})
}