You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
407 B
1 lines
407 B
import{s as o}from"./http-02c81b8c.js";const t={getList:e=>o.get("/v2/group/page",e),save:e=>o.post("/v2/group",e),edit:e=>o.put("/v2/group",e),delete:e=>o.delete("/v2/group",e),info:e=>o.get(`/v2/group/${e}`),getTypeList:e=>o.get("/v2/group/queryDictInfo",e),getComponentGroupTree:e=>o.get("/v2/group/groupList",e),getGroupTypesByGroupName:e=>o.get("/v2/group/groupTypeListByGroupName",e)};export{t as c};
|