update
This commit is contained in:
@@ -407,7 +407,14 @@ const system = {
|
||||
setExchangeTop: async (data) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
url: "/task/setExchangeTop",
|
||||
url: "/task/setChildrenTop",
|
||||
data: data
|
||||
});
|
||||
},
|
||||
setChildrenRead: async (data) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
url: "/task/setChildrenRead",
|
||||
data: data
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user