changeTab = type => {
this.setState(
{
curType: type,
pageIndex: 1,
getStauList: []
},
() => {
this.getStatusList();
}
);
};
Taro+react开发(43)重新渲染置空

changeTab = type => {
this.setState(
{
curType: type,
pageIndex: 1,
getStauList: []
},
() => {
this.getStatusList();
}
);
};