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