[webapp]fix新增指标原监控修改异常

This commit is contained in:
tomsun28
2022-01-30 13:36:42 +08:00
parent adb76fefa2
commit e509122dbd
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ export class ParamDefine {
name!: string;
field!: string;
type!: string;
required: boolean | undefined;
required: boolean = false;
defaultValue: string | undefined;
placeholder!: string;
range: string | undefined;