update 风机信息
This commit is contained in:
@@ -12,7 +12,7 @@ const fanInfoSlice = createSlice({
|
||||
initialState,
|
||||
reducers: {
|
||||
setInfo: (state, action) => {
|
||||
state.fanInfo = action.payload;
|
||||
state.fanInfo = action.payload.fanInfo;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user