소스 검색

fix: 完成对账后刷新

zh 2 년 전
부모
커밋
a2b66253e6
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/views/logisticsBill/reconciliation.vue
  2. 1 1
      src/views/logisticsBill/salesReconciliation.vue

+ 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(() => {