傅行帆 4 年前
父节点
当前提交
afaf7ca514
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/property/bill/list/index.jsx

+ 1
- 1
src/pages/property/bill/list/index.jsx 查看文件

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