Quellcode durchsuchen

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

alphaH vor 11 Stunden
Ursprung
Commit
d827111f85

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