src/components/view/b2-standard.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/view/b2-standard.vue
@@ -1115,7 +1115,7 @@ this.productList.forEach(a => { if (a.state == 1) this.toggleSelection(a) }) }, 200) }, 300) this.tableLoad2 = false }) }, @@ -1154,13 +1154,13 @@ }, handleAll(e) { if (e.length > 0) { this.productList = this.productList.map(m => { this.productList.map(m => { m.state = 0 this.upProductSelect(null, m) return m }) } else { this.productList = this.productList.map(m => { this.productList.map(m => { m.state = 1 this.upProductSelect(null, m) return m