pages/order/orderPickConfirm.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/order/orderPickConfirm.vue
@@ -297,7 +297,9 @@ for (var i = 0; i < this.dataList.length; i++) { var t = !this.dataList[i].checked if (this.dataList[i].checked) { checkedList.push(this.dataList[i]) let data = this.dataList[i] data.useCount = data.count checkedList.push(data) } } this.checkedDataList = checkedList;