p.form-group(v-for="item in items")
input.form-control.w60.mgr2(type='text' placeholder='输入商品id' v-model="item.fur_id_poi_furnitures")
this.$watch('item.fur_id_poi_furnitures',function () {})
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
监听外层 items,然后根据 val,oldVal,判断变化的元素是哪个,再做相应处理
https://segmentfault.com/q/10...