fix: 修复阿里云证书订单orderid 选择出错的问题

This commit is contained in:
xiaojunnuo
2026-05-26 11:13:29 +08:00
parent 9566fc4e03
commit af9047bf3c
18 changed files with 48 additions and 45 deletions
@@ -67,7 +67,7 @@ export class AliyunDeployCertToALB extends AbstractTaskPlugin {
createRemoteSelectInputDefine({
title: "ALB所在地区",
typeName: "AliyunDeployCertToALB",
multi: false,
single: true,
action: AliyunDeployCertToALB.prototype.onGetRegionList.name,
watches: ["accessId"]
})
@@ -67,7 +67,7 @@ export class AliyunDeployCertToGA extends AbstractTaskPlugin {
helper: "请选择要部署证书的全球加速实例",
action: AliyunDeployCertToGA.prototype.onGetAcceleratorList.name,
watches: ["accessId"],
multi: false,
single: true,
})
)
acceleratorId!: string;
@@ -68,7 +68,7 @@ export class AliyunDeployCertToNLB extends AbstractTaskPlugin {
createRemoteSelectInputDefine({
title: 'NLB所在地区',
typeName: 'AliyunDeployCertToNLB',
multi: false,
single: true,
action: AliyunDeployCertToNLB.prototype.onGetRegionList.name,
watches: ['accessId'],
})
@@ -70,7 +70,7 @@ export class AliyunDeployCertToSLB extends AbstractTaskPlugin {
@TaskInput(
createRemoteSelectInputDefine({
title: 'LB所在地区',
multi: false,
single: true,
action: AliyunDeployCertToSLB.prototype.onGetRegionList.name,
watches: ['accessId'],
})