release/2.19.1.2501.01

This commit is contained in:
lys 2025-01-03 17:14:33 +08:00
parent 9740a9ef77
commit 13dc35f122
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default class GenerateDeclarationDetail extends React.Component {
};
}
componentWillMount() {
componentDidMount() {
this.getDetailList();
this.getDeclareInfo();
}