API User Popup สมรรถนะในหน้าฟอร์มแบบประเมิน & อัปโหลดไฟล์
This commit is contained in:
parent
95ac852446
commit
035a93c9f0
5 changed files with 364 additions and 72 deletions
10
src/api/KPI/api.kpi.ts
Normal file
10
src/api/KPI/api.kpi.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import env from "@/api/index";
|
||||
|
||||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
|
||||
export default {
|
||||
KpiCapacity,
|
||||
|
||||
file:KpiFile,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue