vue element UI el-select选择框触发事件(每选择一次则触发一次该事件)


vue element UI el-select选择框触发事件(每选择一次则触发一次该事件)

System.out.print 

vue
专栏收录该内容
42 篇文章1 订阅
订阅专栏

    @change="selectTrigger(selectData.id)">
    
    option
        v-for="item in formInline.equipmentNumArr"
        :key="item.id"
        :label="item.id"
        :value="item.id">
    

 
 


————————————————
版权声明:本文为CSDN博主「System.out.print」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_40841731/article/details/83348219