mirror of
https://github.com/certd/certd.git
synced 2026-06-28 14:37:32 +08:00
fix: 修复阿里云证书订单orderid 选择出错的问题
This commit is contained in:
@@ -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'],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user