feat: base 添加ticketCount接口

This commit is contained in:
caoqianming 2025-12-12 10:32:23 +08:00
parent e8855d676f
commit 9797b51ded
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@ export default {
return await http.get(this.url, data);
}
},
ticketCount: {
url: `${config.API_URL}/wf/workflow/ticket_count/`,
name: "工单统计",
req: async function(data){
return await http.get(this.url, data);
}
},
cates: {
url: `${config.API_URL}/wf/workflow/cates/`,
name: "工作流分类",