adding id to the service_item_model of the corresponding model
This commit is contained in:
parent
a00f1b081a
commit
74f5596946
4 changed files with 31 additions and 9 deletions
|
|
@ -189,6 +189,11 @@ Controls.Page {
|
|||
}
|
||||
}
|
||||
|
||||
/* Connections { */
|
||||
/* target: SlideModel */
|
||||
/* function */
|
||||
/* } */
|
||||
|
||||
function changeServiceItem(index) {
|
||||
console.log("change-service-item: " + index);
|
||||
const item = ServiceItemC.getRust(index, ServiceItemModel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue