diff --git a/src/api/faultQuery.ts b/src/api/faultQuery.ts index c859bac..8383500 100644 --- a/src/api/faultQuery.ts +++ b/src/api/faultQuery.ts @@ -18,7 +18,7 @@ export interface FaultQueryInfo { export class PagingQueryParams extends PageQueryDto { lineId?: string; - faultType?: string[]; + faultType?: string; faultName?: string; } diff --git a/src/components/dialog/FaultQueryDialog.vue b/src/components/dialog/FaultQueryDialog.vue index cf9db3e..1f3cf90 100644 --- a/src/components/dialog/FaultQueryDialog.vue +++ b/src/components/dialog/FaultQueryDialog.vue @@ -4,7 +4,7 @@ ref="dialogRef" @show="onDialogShow" :title="props.dialogTitle" - :width="800" + :width="990" :height="0" > @@ -65,7 +73,7 @@