This commit is contained in:
lcw
2025-12-26 09:39:22 +08:00
parent 6999c36c3a
commit e59b401828
23 changed files with 1586 additions and 150 deletions

View File

@ -78,6 +78,13 @@ export const tbGsxtBqzhSelectList = (params) => {
params
})
}
// 组合标签详情
export const tbGsxtBqzhId = (id) => {
return request({
url: api + `/tbGsxtBqzh/${id}`,
method: "get",
})
}
// 身份标签
export const yjzxSfyjSelectList = (params) => {
return request({