|
|
@@ -22,6 +22,7 @@ const operation = {
|
|
|
chargingProfileOption: [],
|
|
|
chargingPurposeOption: [],
|
|
|
certificateTypeOption: [],
|
|
|
+ certificateHashOption: [],
|
|
|
needChargingProfilePurpose: false
|
|
|
}
|
|
|
switch (operation.value) {
|
|
|
@@ -135,6 +136,10 @@ const operation = {
|
|
|
}
|
|
|
break;
|
|
|
}
|
|
|
+ case 'DCA': {//Delete Certificate
|
|
|
+ result.certificateHashOption = ["SHA256"]
|
|
|
+ break;
|
|
|
+ }
|
|
|
}
|
|
|
/*if (result.needConnector && checkedList && checkedList.length > 0) {
|
|
|
let ress = await ocpp.getConnectorIds(checkedList[0].stationId);
|