Commit 45b17160 authored by zhengjiawei's avatar zhengjiawei

bug修复

parent cda6c058
......@@ -50,4 +50,8 @@
max-width: 150px;
min-width: 145px;
}
.text-div{
line-height: 35px;
}
}
......@@ -122,6 +122,7 @@ class EquipmentModel extends Component {
});
//2.获取消防小室
getFireStationDataAction().then(data => {
debugger
let filterData = data.filter(item => item.type === '1');
this.setState({ fireStationData: filterData });
});
......
......@@ -142,6 +142,7 @@ class Equipment extends Component {
param.pageNumber = param.current;
}
Object.assign(searchParam, { ...param });
getEquipmentListAction(searchParam, searchParam.pageNumber, searchParam.pageSize).then(data => {
this.setState({
dataList: data.content,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment