Я
Size: a a a
Я
Я
C☭
Я
C☭
Я
Я
C☭
Я
Я
vm.tabs = [];
function getSummaryReportSchema(transactionid) {
vm.promise = transactionService.getSummaryReportSchema(transactionid)
.then((result) => {
var idx = 0;
console.log(result);
if(vm.tabs.length === 0) {
result.forEach((element => {
vm.tabs.push({
id: idx++,
title: element.EntityName,
content: element.Values,
columns: element.Columns,
transactionLogId: element.TransactionLogId
});
}));
}
});
};
Я
Я
Я
Я
C☭
Я