@@ -244,6 +244,9 @@ export default {
},
methods: {
+ onCompanyChange(){
+ this.initactionList();
+ },
// 全选/全不选
handleCheckAllChange(checkAll, index, item, subIndex) {
this.actionList[index].child[subIndex].checkAll = checkAll;