|
@@ -31,7 +31,7 @@ export async function executeRegisterLogic(store: {
|
|
|
// 从Redux获取数据
|
|
|
let values = state.form.formData;
|
|
|
const selectedViews = state.viewSelection.selectedViews;
|
|
|
- const currentPatientType = state.viewSelection.currentPatientType;
|
|
|
+ const currentPatientType = state.patientType.current;
|
|
|
const productName = state.product.productName;
|
|
|
|
|
|
console.log(`从Redux获取的表单数据:${JSON.stringify(values, null, 2)}`);
|