瀏覽代碼

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

alphaH 11 小時之前
父節點
當前提交
d827111f85
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {