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