outaozhen 5 anni fa
parent
commit
b932edc2d3
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      src/pages/Customer/Contact/index.jsx

+ 0 - 5
src/pages/Customer/Contact/index.jsx

@@ -341,11 +341,6 @@ const Contact = props => {
   // }, [shouldUpdate])
 
   // 默认刷新一次列表请求数据
-  useEffect(() => {
-    if (shouldUpdate) {
-      initData()
-    }
-  }, [shouldUpdate])
 
   useEffect(() => {
     initData()