lilei il y a 3 ans
Parent
commit
c1bd2573f1

+ 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
         })