| | |
| | | }); |
| | | } |
| | | |
| | | // 查询所有的属性,参数name(链接类型模板名称) |
| | | export function getAllAttributeByLink(params) { |
| | | return request({ |
| | | url: "/api/linkTypeController/getAllAttributeByLink", |
| | | method: "get", |
| | | params |
| | | }); |
| | | } |
| | | // 通过属性池返回的 attributes 获取完整的信息 |
| | | export function getByAttributeNames(params) { |
| | | return request({ |
| | |
| | | }); |
| | | } |
| | | |
| | | // 链接类型查询模板排序设置字段下拉,参数linkType=witoannotatelink&btmType=fileobject&direction=positive |
| | | export function getAllOrderbyAttributeByLink(params) { |
| | | return request({ |
| | | url: "/api/linkTypeController/getAllOrderbyAttributeByLink", |
| | | method: "get", |
| | | params |
| | | }); |
| | | } |