feat(encounter): add patientId to formValues and reset recSelectId on add-sep event
This commit is contained in:
No files matched your search
@@ -115,11 +115,12 @@ watch(props, (value) => {
|
||||
|
||||
function onAddSep() {
|
||||
const formValues = {
|
||||
patientId: patientId.value || '',
|
||||
doctorCode: doctorId.value,
|
||||
subSpecialistCode: subSpecialistId.value,
|
||||
registerDate: registerDate.value,
|
||||
paymentType: paymentType.value,
|
||||
cardNumber: bpjsNumber.value,
|
||||
paymentType: paymentType.value,
|
||||
sepType: sepType.value
|
||||
}
|
||||
emit('event', 'add-sep', formValues)
|
||||
|
||||
Reference in New Issue
Block a user