adding id to the service_item_model of the corresponding model

This commit is contained in:
Chris Cochrun 2024-04-15 10:54:28 -05:00
parent a00f1b081a
commit 74f5596946
4 changed files with 31 additions and 9 deletions

View file

@ -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);