step 23 : add selectedSerial pada waktu show modal edit

This commit is contained in:
sindhu
2025-03-13 14:23:46 +07:00
parent 12c352d22d
commit 6dc019a513

View File

@@ -306,6 +306,10 @@ document.addEventListener('alpine:init', () => {
idInstrument: item.idInstrument,
namaInstrument: item.namaInstrument
}
this.selectedSerial = {
idSerial: item.idSerial,
namaSerial: item.namaSerial
},
this.speed = item.speed
this.selectedParity = {
idParity: item.idParity,