updated kpi

This commit is contained in:
Warunee Tamkoo 2024-06-26 17:07:01 +07:00
parent 8fb195cca7
commit 7538d21364
3 changed files with 72 additions and 27 deletions

View file

@ -105,12 +105,7 @@ function onSubmitAdd() {
showLoader();
http
.put(
config.API.kpiCommentP(
"progress",
type.value,
store.rolePerson.toLocaleLowerCase(),
idList.value
),
config.API.kpiCommentP("progress", type.value, "user", idList.value),
{
reason: formDataAdd.reason,
topic: formDataAdd.topic,