傅行帆 4 vuotta sitten
vanhempi
commit
afaf7ca514
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/property/bill/list/index.jsx

+ 1
- 1
src/pages/property/bill/list/index.jsx Näytä tiedosto

@@ -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