Merge branch 'dev' of codeup.aliyun.com:61c14a7efa282c88e103c23f/oak-general-business into dev
This commit is contained in:
commit
52373edffd
|
|
@ -122,7 +122,6 @@ export default OakComponent({
|
|||
this.props;
|
||||
const { period, userId, searchValue } = this.state;
|
||||
|
||||
|
||||
let nickname = searchValue;
|
||||
const time = period * 24 * 60 * 60 * 1000;
|
||||
if (nameRequired) {
|
||||
|
|
@ -134,7 +133,7 @@ export default OakComponent({
|
|||
return;
|
||||
}
|
||||
} else {
|
||||
nickname = 'shadow_user'
|
||||
nickname = searchValue || 'shadow_user'
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue