顾绍勇 5 years ago
parent
commit
0aeefbb28a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/pages/contact/contact/list.jsx

+ 0
- 1
src/pages/contact/contact/list.jsx View File

12
 
12
 
13
     const [data, setData] = useState([])
13
     const [data, setData] = useState([])
14
     const [contactList, setContactList] = useState([])
14
     const [contactList, setContactList] = useState([])
15
-
16
     useEffect(() => {
15
     useEffect(() => {
17
         getList({ pageNum: 1, pageSize: 10 });
16
         getList({ pageNum: 1, pageSize: 10 });
18
     }, [])
17
     }, [])