@@ -405,7 +405,7 @@ export default {
onBranchCheckAll () {
this.form.organIdLists = []
- this.selects.branchs.forEach(item => {
+ this.organList.forEach(item => {
this.form.organIdLists.push(item.id)
})
},