顾绍勇 5 anni fa
parent
commit
0aeefbb28a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      src/pages/contact/contact/list.jsx

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

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