|
|
@@ -133,7 +133,7 @@ const viewSelectionSlice = createSlice({
|
|
|
.addCase(setCurrentPatientType, (state, action) => {
|
|
|
const currentPatientType = action.payload;
|
|
|
if (currentPatientType) {
|
|
|
- // console.log(`在view section中感知到 current patient type 变化: ${currentPatientType.patient_type_name}`);
|
|
|
+ console.log(`在view section中感知到 current patient type 变化: ${currentPatientType.patient_type_name}`);
|
|
|
// 基于过滤条件查询协议或者体位
|
|
|
state.currentPatientType = currentPatientType;
|
|
|
} else {
|