mirror of
https://github.com/YMFE/yapi.git
synced 2025-02-23 13:59:28 +08:00
fix: 删除console
This commit is contained in:
parent
8393b63845
commit
9ba42aa908
@ -100,7 +100,6 @@ class List extends Component {
|
||||
|
||||
handleSearch = value => {
|
||||
let params = { q: value };
|
||||
console.log(value);
|
||||
if (params.q !== '') {
|
||||
axios.get('/api/user/search', { params }).then(data => {
|
||||
let userList = [];
|
||||
|
Loading…
Reference in New Issue
Block a user