step 31 : inputan seach instrument & assay no large screen
This commit is contained in:
@@ -43,7 +43,8 @@ document.addEventListener('alpine:init', () => {
|
||||
namaInstrument: 'Instrument'
|
||||
},
|
||||
openInstrument: false,
|
||||
openInstrumentMobile: false,
|
||||
openInstrumentSearchMobile: false,
|
||||
openInstrumentSearch: false,
|
||||
dataInstrument: [
|
||||
{
|
||||
idInstrument: 1,
|
||||
@@ -79,7 +80,7 @@ document.addEventListener('alpine:init', () => {
|
||||
this.selectedInstrument = item;
|
||||
},
|
||||
onChangeInstrumentMobile(item){
|
||||
this.openInstrumentMobile = false;
|
||||
this.openInstrumentSearchMobile = false;
|
||||
// this.selectedInstrument = item;
|
||||
this.selectedInstrument = { ...item };
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user