浏览代码

fix: 注释掉不必要的reload调用以避免重复加载

liujt 4 月之前
父节点
当前提交
cd136943b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/financialManage/invoiceManage/components/collectionPlanDialog.vue

+ 1 - 1
src/views/financialManage/invoiceManage/components/collectionPlanDialog.vue

@@ -552,7 +552,7 @@
           this.enterprisePage = [];
           this.enterprisePage.push(...res.list);
           this.searchForm.initiatorId = this.enterprisePage[0].id;
-          this.reload(this.searchForm);
+          // this.reload(this.searchForm);
         });
       },
       getEnterprise(val) {