Преглед на файлове

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