gaoluyang
2026-06-12 b44c92f27944719ee245e035a17560b1053b7b24
src/views/procurementManagement/paymentLedger/index.vue
@@ -215,9 +215,8 @@
    }).then(res => {
      let result = res.data;
      tableLoading.value = false;
      const records = result.records || [];
      tableData.value = records.filter(item => item.supplierName !== '天津根深纸业');
      total.value = (result.total || 0) - (records.length - tableData.value.length);
      tableData.value = result.records || [];
      total.value = result.total || 0;
      if (tableData.value.length > 0) {
        currentSupplierId.value = tableData.value[0].supplierId;
        sonPage.current = 1;