lilei 3 年 前
コミット
e146f9b20a
1 ファイル変更4 行追加0 行削除
  1. 4 0
      pages/common/partList.vue

+ 4 - 0
pages/common/partList.vue

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