forked from integrated_whb/integrated_whb_vue
7 lines
294 B
JavaScript
7 lines
294 B
JavaScript
|
import { post } from "@/request/axios.js";
|
||
|
|
||
|
export const getThreeInstitutionalLibrariesList = (params) =>
|
||
|
post("/textLibrary/list", params); // 三项制度库列表
|
||
|
export const getThreeInstitutionalLibrariesLabel = (params) =>
|
||
|
post("/labelFactory/tree", params); // 三项制度库标签
|