Commit 947c578c authored by Aivs's avatar Aivs

fix:查找客户显示更改

parent a8a0c66a
...@@ -137,7 +137,7 @@ const Actions: React.FC = () => { ...@@ -137,7 +137,7 @@ const Actions: React.FC = () => {
} }
useEffect(() => { useEffect(() => {
getUserBase() //getUserBase()
}, []) }, [])
return ( return (
...@@ -154,7 +154,7 @@ const Actions: React.FC = () => { ...@@ -154,7 +154,7 @@ const Actions: React.FC = () => {
<TabPane tab={item} key={idx} > <TabPane tab={item} key={idx} >
<div className="content"> <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="customItem">
<div className="flex spaceBetween w100"> <div className="flex spaceBetween w100">
<div className="leftItem"> <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