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

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

alphaH преди 13 часа
родител
ревизия
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) {