buhuazhen
16 小时以前 1dced66c33122db330035bf2bc5b19c4936b2dd1
src/views/salesManagement/receiptPayment/index.vue
@@ -374,7 +374,7 @@
    expandedRowKeys.value = [];
    try {
      receiptPaymentHistoryListNoPage({
        invoiceLedgerId: row.id,
        invoiceLedgerId: row.salesLedgerId,
        type: 1,
      }).then((res) => {
        const index = tableData.value.findIndex((item) => item.id === row.id);