refs #5919 front back
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-10-16 13:22:36 +02:00
parent 38bf90da66
commit 5a375ebfda
2 changed files with 2 additions and 3 deletions

View File

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

View File

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