PMCORE-2512
This commit is contained in:
14
resources/assets/js/api/Process.js
Normal file
14
resources/assets/js/api/Process.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import Api from "./Api.js";
|
||||
|
||||
export let process = {
|
||||
list: {
|
||||
start(dt) {
|
||||
return Api.fetch({
|
||||
service: "GET_NEW_CASES",
|
||||
method: "get",
|
||||
data: {},
|
||||
keys: {}
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user