gaoluyang
2025-05-26 10d4c82e729694bd49a29f589d607690dc4b71f8
src/views/salesManagement/salesLedger/index.vue
@@ -467,7 +467,7 @@
      productList({salesLedgerId: row.id, type: 1}).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)
    })