fix: แก้ เส้น API ประวัติการออกคำสั่ง ผลการพิจารณาทางวินัย

This commit is contained in:
setthawutttty 2025-07-30 13:54:04 +07:00
parent 23c62a9fa5
commit 9d0e34a362
4 changed files with 39 additions and 26 deletions

View file

@ -249,12 +249,6 @@ function openDetial(id: string) {
modalHistory.value = true;
}
/** xbf ikp]tgvupf */
function closeDetail() {
modalHistory.value = false;
personalId.value = "";
}
/** เปิดรายละเอียด */
function onclickViewinfo(id: string, type: string) {
modalPersonal.value = true;
@ -833,9 +827,8 @@ watch(
/>
<DialogHistory
:modal="modalHistory"
:close="closeDetail"
:person-id="personalId"
v-model:modal="modalHistory"
v-model:person-id="personalId"
/>
</template>