feat: base 添加ticketCount接口
This commit is contained in:
parent
e8855d676f
commit
9797b51ded
|
|
@ -10,6 +10,13 @@ export default {
|
||||||
return await http.get(this.url, data);
|
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: {
|
cates: {
|
||||||
url: `${config.API_URL}/wf/workflow/cates/`,
|
url: `${config.API_URL}/wf/workflow/cates/`,
|
||||||
name: "工作流分类",
|
name: "工作流分类",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue