Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
e146f9b20a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      pages/common/partList.vue

+ 4 - 0
pages/common/partList.vue

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