日志bug修复
This commit is contained in:
parent
0301618fc5
commit
f70d539ef4
|
|
@ -66,7 +66,7 @@ class Index extends Component {
|
|||
}
|
||||
});
|
||||
};
|
||||
onDropMenuClick = (key) => {
|
||||
onDropMenuClick = (key, targetid = "") => {
|
||||
switch (key) {
|
||||
case "import":
|
||||
this.setState({
|
||||
|
|
|
|||
Loading…
Reference in New Issue