@@ -105,6 +105,10 @@
// 获取所有选择的
getAllChecked(){
return this.partList.filter(item => item.checked)
+ },
+ // 获取所有数据
+ getAllData(){
+ return this.partList
}