@@ -108,6 +108,7 @@ export default {
type: 'success',
message: '完成对账成功!'
})
+ this.$refs.pageRef.refreshList()
.catch(() => {
@@ -7,7 +7,6 @@
:operation="operation()"
:column-parsing="columnParsing"
:replace-or-not-map="false"
-
>
<Popu v-if="visible">
<el-page-header slot="head" content="对账" @back="handleClose" />
@@ -105,6 +104,7 @@ export default {