Commit 67b8e1a1 authored by 胥静's avatar 胥静

存储策略设为必填项目

parent a761e681
Pipeline #3101 passed with stage
in 0 seconds
......@@ -58,7 +58,7 @@
<!--<app-search-item isMust="true" inModal="true" [label]="'frequency' | translate" [(value)]="req.frequency"></app-search-item>-->
<app-search-item isMust="true" inModal="true" [label]="'interval' | translate" [(value)]="req.interval"></app-search-item>
<app-search-select inModal="true" [label]="'retentionPolicyName' | translate" [(value)]="req.retentionPolicyNo"
<app-search-select isMust="true" inModal="true" [label]="'retentionPolicyName' | translate" [(value)]="req.retentionPolicyNo"
[data]="policyList"
(valueChange)="onChangePolicy()"
optL="opLevel" optV="opValue"></app-search-select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment