瀏覽代碼

fix:reload error

snow 2 年之前
父節點
當前提交
ac075ff35a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/interest/action/index.vue

+ 3 - 0
src/views/interest/action/index.vue

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