#5919 createLocker #2446

Merged
jorgep merged 42 commits from 5919-createLocker into dev 2024-05-13 13:10:40 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 5a375ebfda - Show all commits

View File

@ -77,7 +77,7 @@
</vn-textfield>
<vn-autocomplete
label="Locker"
ng-model="$ctrl.worker.locker"
ng-model="$ctrl.locker"
data="chooseLocker">
</vn-autocomplete>
</vn-horizontal>

View File

@ -15,8 +15,7 @@ class Controller extends Section {
}
chooseLocker() {
const workerGender = this.worker.sex;
console.log(workerGender);
//
}
}