Commit 8d4175d0 authored by 涂伟's avatar 涂伟

fix: '重新打包'

parent 46c2a716
Pipeline #85431 passed with stages
...@@ -147,7 +147,7 @@ const LoginLog = () => { ...@@ -147,7 +147,7 @@ const LoginLog = () => {
setFilteredValue([]); setFilteredValue([]);
}; };
const onChangeInput = filters => { const onChangeInput = filters => {
console.log('filters', filters); // console.log('filters', filters);
setFilteredValue(filters.LoginName, filters.ShowName, filters.Ciient); setFilteredValue(filters.LoginName, filters.ShowName, filters.Ciient);
}; };
return ( return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment