修复了小bug
parent
d2ec511675
commit
ca60ee536b
|
@ -59,6 +59,7 @@ function displayInvoicesList(departureInvoice: Invoice, destinationInvoice: Invo
|
|||
for(let i=0; i<otherInvoices.length; i++) {
|
||||
othersData.children?.push({title: `附加票据-${i}`, key: `0-1-${i}`, isLeaf: true});
|
||||
}
|
||||
treeData.push(mainData)
|
||||
treeData.push(othersData)
|
||||
return treeData;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue