@ -311,7 +311,7 @@ export default class DrawerComponents extends React.Component {
changeDetail = () => {
const { detailType, params } = this.state;
let type = detailType == 'chart' ? 'table' : 'chart';
const showJob = params.fclass == '0' ? '1' : '0';
const showJob = this.state.showJob ? '1' : '0';
this.setState({
detailType: type,
});
@ -130,7 +130,7 @@ export default function companyPage() {
if (d.data.ftype == 0) {
return 220;
} else if (d.data.ftype == 1) {
return 160;
return 144;
} else if (d.data.ftype == 2) {
}