阅读背景:

angularJS 从后台获取所有分类,并默认选中值(select)

来源:互联网 

1.html

<select name="parentColumnId" id="selectId" ng-select="mySelect">
  <option ng-repeat="item in allFL" value="{{item.id}}" ng-selected="item.id==mySelect">{{item.columnName}}</option>
</select>
<select name="parentColumnId" id="



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: