fix: แก้ เส้น API ประวัติการออกคำสั่ง ผลการพิจารณาทางวินัย
This commit is contained in:
parent
23c62a9fa5
commit
9d0e34a362
4 changed files with 39 additions and 26 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue