lilei 3 سال پیش
والد
کامیت
c1bd2573f1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

+ 1 - 1
src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

@@ -408,7 +408,7 @@ export default {
     },
     // 默认获取所有单据
     getsettleInfoAllList () {
-      settleInfoAllList({ settleClientSn: this.$route.params.sn, notEqZero: 1 }).then(res => {
+      settleInfoAllList({ settleClientSn: this.$route.params.sn, settleClientType: this.$route.params.type, notEqZero: 1 }).then(res => {
         res.data.map(item => {
           item.settleAmount = item.unsettleAmount
         })