拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
This is drifting bro
Is data.value_list returning an array?
Print outside the function to see if there is data. If there is no data, it should not be updated
then(res=>{ })
Remove function
Pay attention to the transformation of this pointer
Maybe vue does not support your way of writing html tagsTry changing it to the following one?
<li v-for="item in matchValueList"> <!--<li>{{item.name}}</li>--注释了--> <span>{{item.name}}</span> </li>
This is drifting bro
Is data.value_list returning an array?
Print outside the function to see if there is data. If there is no data, it should not be updated
Remove function
Pay attention to the transformation of this pointer
Maybe vue does not support your way of writing html tags
Try changing it to the following one?