gaoluyang
7 天以前 00ddd501aa05a6c631ab3293980913005e6a386c
宝东
1.数据展示修改
已修改1个文件
5 ■■■■■ 文件已修改
src/views/procurementManagement/paymentLedger/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/paymentLedger/index.vue
@@ -215,8 +215,9 @@
    }).then(res => {
      let result = res.data;
      tableLoading.value = false;
      tableData.value = (result.records || []).filter(item => item.supplierName !== '天津根深纸业');
      total.value = result.total || 0;
      const records = result.records || [];
      tableData.value = records.filter(item => item.supplierName !== '天津根深纸业');
      total.value = (result.total || 0) - (records.length - tableData.value.length);
      if (tableData.value.length > 0) {
        currentSupplierId.value = tableData.value[0].supplierId;
        sonPage.current = 1;