custom/上海港湾-多语言版本----测试分支

This commit is contained in:
黎永顺 2024-04-01 15:48:24 +08:00
parent 8f7244f119
commit 81d8c1c3b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Index extends Component {
super(props);
this.state = {
dataSource: [], columns: [], pageInfo: { current: 1, pageSize: 10, total: 0 },
loading: false
loading: false, employeeId: "", juniorMapList: []
};
}