7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +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);
//
}
}