傅行帆 4 years ago
parent
commit
afaf7ca514
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/property/bill/list/index.jsx

+ 1
- 1
src/pages/property/bill/list/index.jsx View File

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