Browse Source

bug 修复

lilei 3 years ago
parent
commit
e146f9b20a
1 changed files with 4 additions and 0 deletions
  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
 			}
 		}
 	}