Vue Select默認選擇項設置方法


只要SSCityList有改變就會自動選擇第一項

<select id="SSType" name="SSType" class="form-control"  isvalid="yes" checkexpression="NotNull">
   <option value="0">請選擇</option>
   <option v-for="(item,index) in SSCityList" :key="index" :value="item.CityId" :selected="index==0">{{item.Name}}</option>
</select>   

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM