修改bug
This commit is contained in:
parent
5474aaa425
commit
af5fb2ceaf
@ -335,7 +335,7 @@ const saveSummary = async () => {
|
||||
//更新总检医生id
|
||||
const saveData2 = {
|
||||
medicalSn: props.patient.medicalSn,
|
||||
chiefinspectorid: parseInt(selectedDoctor.value.split('|')[0]),
|
||||
chiefinspectorid: selectedDoctor.value.split('|')[0],
|
||||
chiefinspector: selectedDoctor.value.split('|')[1]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user