|
@@ -9,7 +9,7 @@ export const saveReportThunk = createAsyncThunk(
|
|
|
const state = getState() as RootState;
|
|
|
const report = {
|
|
|
headers: {
|
|
|
- name: state.baseInfo.usedName,
|
|
|
+ name: state.baseInfo.patientName,
|
|
|
sex: state.baseInfo.gender,
|
|
|
age: state.baseInfo.age,
|
|
|
medical_record_number: state.baseInfo.patientNo,
|