傅行帆 hace 4 años
padre
commit
afaf7ca514
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/property/bill/list/index.jsx

+ 1
- 1
src/pages/property/bill/list/index.jsx Ver fichero

@@ -168,7 +168,7 @@ export default props => {
168 168
     setLoading(true)
169 169
     deleteBillBeach({ data: [row.id] }).then(res => {
170 170
       setLoading(false)
171
-      getListData()
171
+      handleQuery()
172 172
     })
173 173
   }
174 174