How did it end up like this?
Normally, ng-value is used to bind the value, such as <option ng-model="x.isCheck" ng-value="x.id" name="{{x.id}}" ng-repeat=" x in orgNamelist"><option>can also be used
<option ng-model="x.isCheck" ng-value="x.id" name="{{x.id}}" ng-repeat=" x in orgNamelist"><option>
<select ng-model="now" ng-options="x in orgNamelist"></select>
Did I make a mistake with the variable?
Normally, ng-value is used to bind the value, such as
<option ng-model="x.isCheck" ng-value="x.id" name="{{x.id}}" ng-repeat=" x in orgNamelist"><option>
can also be used
<select ng-model="now" ng-options="x in orgNamelist"></select>
Did I make a mistake with the variable?