原文:https://www.jianshu.com/p/904551dc6c15 自定义弹框组件时,需要在弹框内展示商品list,所以需要组件中的对应字段接收一个Array数组,默认返回空数组[],直接定义空数组报错,如下所示. props: { content: { type: Array, default: [] }, } 报错信息 [Vue warn]: Invalid default value for prop "content": Props with type Obje
var ids= new Array(); $("input[class='detailCheck']:checked").each(function(i,k){ var itemId=$(this).attr("itemId"); ids[i]=itemId; }); $.ajax({ url : ctx + "/test/setNoProcess.do", type : "get", da