chenrui
2025-05-26 1c16c1fc8904b917c5f0fee3f82845d9e26d29f9
src/views/procurementManagement/procurementLedger/index.vue
@@ -413,7 +413,7 @@
      productList({salesLedgerId: row.id, type: 2}).then(res => {
        const index = tableData.value.findIndex(item => item.id === row.id);
        if (index > -1) {
          tableData.value[index].children = res.rows;
          tableData.value[index].children = res;
        }
        expandedRowKeys.value.push(row.id)
      })