update
This commit is contained in:
@@ -376,6 +376,13 @@ const system = {
|
||||
data: data
|
||||
});
|
||||
},
|
||||
interventionV2: async (data) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
url: "/Task/addIntervention",
|
||||
data: data
|
||||
});
|
||||
},
|
||||
complaint: async (data) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
@@ -418,6 +425,13 @@ const system = {
|
||||
data: {id}
|
||||
});
|
||||
},
|
||||
checkDownload: async (id) => {
|
||||
return request({
|
||||
method: MethodsENUM.POST,
|
||||
url: "/Task/checkDownload",
|
||||
data: {id}
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
export default system;
|
||||
|
||||
Reference in New Issue
Block a user