diff --git a/src/api/DesignForm/tableButton.ts b/src/api/DesignForm/tableButton.ts index c88af5050..7fb9524c8 100644 --- a/src/api/DesignForm/tableButton.ts +++ b/src/api/DesignForm/tableButton.ts @@ -1,4 +1,5 @@ export interface tableButton { + control: any; id?: string; name?: string; field?: string; diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index e4a9c8aee..e63305bc1 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -1,7 +1,7 @@