Bladeren bron

@
fix: scope 查询 page_size 200→100 不超支付宝限制
@

alphaH 9 uur geleden
bovenliggende
commit
d827111f85
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      frontend/src/views/module_payment/institution/components/InstitutionForm.vue

+ 1 - 1
frontend/src/views/module_payment/institution/components/InstitutionForm.vue

@@ -386,7 +386,7 @@ watch(
             const scopeRes = await InstitutionAPI.listScope(newVal, {
               enterprise_id: eid,
               page_num: 1,
-              page_size: 200,
+              page_size: 100,
             });
             const scopeData = scopeRes.data.data;
             if (scopeData) {