Ver Fonte

修改全选

lex-xin há 4 anos atrás
pai
commit
bec0650a84

+ 1 - 1
src/views/categroyManager/insideSetting/staffManager.vue

@@ -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)
       })
     },