diff --git a/src/api/workflow/processDefinition/types.ts b/src/api/workflow/processDefinition/types.ts deleted file mode 100644 index dbf7cc5..0000000 --- a/src/api/workflow/processDefinition/types.ts +++ /dev/null @@ -1,8 +0,0 @@ -export interface processDefinitionForm { - businessKey: string; - processKey: string; -} -export interface processDefinitionQuery extends PageQuery { - name: string; - key: string; -} \ No newline at end of file diff --git a/src/views/workflow/model/index.vue b/src/views/workflow/model/index.vue index b5baaae..f4223e9 100644 --- a/src/views/workflow/model/index.vue +++ b/src/views/workflow/model/index.vue @@ -1,7 +1,7 @@