src/views/procurementManagement/invoiceEntry/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/procurementManagement/procurementLedger/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/procurementManagement/invoiceEntry/index.vue
@@ -240,10 +240,10 @@ if (expandedRows.length > 0) { expandedRowKeys.value = [] try { productList({ salesLedgerId: row.purchaseLedgerId, type: 2 }).then(res => { 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) }) 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) })