update 风机信息

This commit is contained in:
lb
2023-12-01 16:30:04 +08:00
parent 6eb4102863
commit 49ac95fbbd
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ const fanInfoSlice = createSlice({
initialState,
reducers: {
setInfo: (state, action) => {
state.fanInfo = action.payload;
state.fanInfo = action.payload.fanInfo;
},
},
});