This commit is contained in:
王一嘉
2025-07-24 11:00:48 +08:00
parent bddd14faff
commit 0819032049
9 changed files with 71 additions and 2 deletions

View File

@@ -460,6 +460,13 @@ const system = {
data: data
});
},
getChildrenCount: async (data) => {
return request({
method: MethodsENUM.POST,
url: "/task/getChildrenCount",
data: data
});
},
}
export default system;