Merge branch 'dev' of codeup.aliyun.com:61c14a7efa282c88e103c23f/oak-general-business into dev

This commit is contained in:
wenjiarui 2023-08-03 18:21:19 +08:00
commit 52373edffd
1 changed files with 1 additions and 2 deletions

View File

@ -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'
}