Commit 947c578c authored by Aivs's avatar Aivs

fix:查找客户显示更改

parent a8a0c66a
......@@ -137,7 +137,7 @@ const Actions: React.FC = () => {
}
useEffect(() => {
getUserBase()
//getUserBase()
}, [])
return (
......@@ -154,7 +154,7 @@ const Actions: React.FC = () => {
<TabPane tab={item} key={idx} >
<div className="content">
{listData.map((list:any,index:number)=>
{listData.length===0? <p className='detail'>暂无数据,请输入查询条件</p>:listData.map((list:any,index:number)=>
<div className="customItem">
<div className="flex spaceBetween w100">
<div className="leftItem">
......
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