Commit 5ebb49ec authored by “yiyousong”'s avatar “yiyousong”

perf: 修改

parent 382e26fc
...@@ -79,6 +79,16 @@ export const getMaterialsList = (data) => { ...@@ -79,6 +79,16 @@ export const getMaterialsList = (data) => {
}); });
}; };
// 获取事项文件夹(分类)列表
export const getMatterFolderList = (data) => {
let baseUrl = local.getLocal("serverUrl");
return request({
url: `${baseUrl}sampleform/matter/category/list`,
method: "post",
data,
});
};
// 表单合成 // 表单合成
export const mergeFormToDocx = (data) => { export const mergeFormToDocx = (data) => {
let baseUrl = local.getLocal("serverUrl"); let baseUrl = local.getLocal("serverUrl");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment