no message
This commit is contained in:
parent
19703a4f0b
commit
f0af5a5c83
4 changed files with 81 additions and 89 deletions
|
|
@ -59,7 +59,7 @@ export class kpiPlanController extends Controller {
|
|||
}
|
||||
}
|
||||
await new CallAPI()
|
||||
.PostData(request, "org/find/all", {
|
||||
.PostData(request, "/org/find/all", {
|
||||
node: requestBody.node,
|
||||
nodeId: requestBody.nodeId,
|
||||
})
|
||||
|
|
@ -82,7 +82,7 @@ export class kpiPlanController extends Controller {
|
|||
})
|
||||
.catch((x) => {});
|
||||
await new CallAPI()
|
||||
.PostData(request, "development/strategy/find/all", {
|
||||
.PostData(request, "/development/strategy/find/all", {
|
||||
strategy: requestBody.strategy,
|
||||
strategyId: requestBody.strategyId,
|
||||
})
|
||||
|
|
@ -221,7 +221,7 @@ export class kpiPlanController extends Controller {
|
|||
}
|
||||
Object.assign(kpiPlan, requestBody);
|
||||
await new CallAPI()
|
||||
.PostData(request, "org/find/all", {
|
||||
.PostData(request, "/org/find/all", {
|
||||
node: requestBody.node,
|
||||
nodeId: requestBody.nodeId,
|
||||
})
|
||||
|
|
@ -244,7 +244,7 @@ export class kpiPlanController extends Controller {
|
|||
})
|
||||
.catch((x) => {});
|
||||
await new CallAPI()
|
||||
.PostData(request, "development/strategy/find/all", {
|
||||
.PostData(request, "/development/strategy/find/all", {
|
||||
strategy: requestBody.strategy,
|
||||
strategyId: requestBody.strategyId,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue