เพิ่มแสดงเงินค่าตอบแทนพิเศษ

This commit is contained in:
setthawutttty 2024-12-06 17:15:02 +07:00
parent 4ab2c5e139
commit 1fc8c41554
8 changed files with 63 additions and 9 deletions

View file

@ -48,7 +48,7 @@ async function getReportRecruit() {
await http
.get(
config.API.reportRecruit(reportSelect.value) +
`?rootId=&year=${year.value+543}`
`?year=${year.value+543}`
)
.then(async (res) => {
const data = res.data.result;
@ -188,7 +188,7 @@ onMounted(() => {
dense
v-model="reportSelect"
:options="reportSelectOption"
label="ประเภท"
label="รายงาน"
emit-value
map-options
hide-selected