소스 검색

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) {