update 风机信息
This commit is contained in:
parent
6eb4102863
commit
49ac95fbbd
@ -49,7 +49,7 @@ function FanInfo(props) {
|
||||
],
|
||||
oddRowBGC: "#042444",
|
||||
evenRowBGC: "#042c4c",
|
||||
columnWidth: [70, 96],
|
||||
columnWidth: [50, 144],
|
||||
rowNum,
|
||||
hoverPause: false,
|
||||
data: attachStyle(data),
|
||||
|
@ -12,7 +12,7 @@ const fanInfoSlice = createSlice({
|
||||
initialState,
|
||||
reducers: {
|
||||
setInfo: (state, action) => {
|
||||
state.fanInfo = action.payload;
|
||||
state.fanInfo = action.payload.fanInfo;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user