Refactoring code module 08_KPI
This commit is contained in:
parent
3636f380fb
commit
67d117dcfc
48 changed files with 989 additions and 1140 deletions
|
|
@ -156,7 +156,6 @@ async function nextPrapare(type: string, body: any) {
|
|||
await http
|
||||
.put(config.API.evaluationPreparedoc(store.evaluateId, type), body)
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
@ -172,7 +171,6 @@ async function nextCheckDoc(type: string) {
|
|||
await http
|
||||
.put(config.API.evaluationCheckdoc(store.evaluateId, type))
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue