Kaynağa Gözat

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

liujt 4 ay önce
ebeveyn
işleme
cd136943b3

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