对象的增加 不能用
this.List[iId] = list.split(";");
尤其是这种放id的 识别不了
要用
this.$set(List, iId, list.split(";"))
对象名,key,value
今天遇到select绑定对象太深的问题
直接$forceUpdate...
对象的增加 不能用
this.List[iId] = list.split(";");
尤其是这种放id的 识别不了
要用
this.$set(List, iId, list.split(";"))
对象名,key,value
今天遇到select绑定对象太深的问题
直接$forceUpdate...