step 23 : add selectedSerial pada waktu show modal edit
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user