fix: 修复阿里云证书订单翻页问题

This commit is contained in:
xiaojunnuo
2026-03-17 18:56:52 +08:00
parent 196cd88010
commit 6d43623f45
5 changed files with 57 additions and 19 deletions
@@ -43,6 +43,7 @@ export function createRemoteSelectInputDefine(opts?: {
pager?: boolean;
component?: any;
value?: any;
pageSize?: number;
}) {
const title = opts?.title || "请选择";
const certDomainsInputKey = opts?.certDomainsInputKey || "certDomains";
@@ -71,6 +72,7 @@ export function createRemoteSelectInputDefine(opts?: {
search,
pager,
multi,
pageSize: opts?.pageSize,
watches: [certDomainsInputKey, accessIdInputKey, ...watches],
...opts.component,
},