Explorar el Código

fix: 完成对账后刷新

zh hace 2 años
padre
commit
a2b66253e6

+ 1 - 0
src/views/logisticsBill/reconciliation.vue

@@ -108,6 +108,7 @@ export default {
                         type: 'success',
                         message: '完成对账成功!'
                       })
+                      this.$refs.pageRef.refreshList()
                     })
                   })
                   .catch(() => {

+ 1 - 1
src/views/logisticsBill/salesReconciliation.vue

@@ -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 {
                         type: 'success',
                         message: '完成对账成功!'
                       })
+                      this.$refs.pageRef.refreshList()
                     })
                   })
                   .catch(() => {