update
This commit is contained in:
@@ -460,6 +460,13 @@ const system = {
|
||||
data: data
|
||||
});
|
||||
},
|
||||
getChildrenCount: async (data) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
url: "/task/getChildrenCount",
|
||||
data: data
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
export default system;
|
||||
|
||||
Reference in New Issue
Block a user