diff --git a/src/api/bpm/definition/index.ts b/src/api/bpm/definition/index.ts index caedba14..c917787f 100644 --- a/src/api/bpm/definition/index.ts +++ b/src/api/bpm/definition/index.ts @@ -20,3 +20,9 @@ export const getProcessDefinitionList = async (params) => { params }) } + +export const getSimpleProcessDefinitionList = async () => { + return await request.get({ + url: '/bpm/process-definition/simple-list' + }) +} diff --git a/src/views/bpm/processInstance/create/index_old.vue b/src/views/bpm/processInstance/create/index_old.vue deleted file mode 100644 index 83e1ff46..00000000 --- a/src/views/bpm/processInstance/create/index_old.vue +++ /dev/null @@ -1,267 +0,0 @@ - - diff --git a/src/views/bpm/processInstance/index.vue b/src/views/bpm/processInstance/index.vue index d5831aed..d6fc83d3 100644 --- a/src/views/bpm/processInstance/index.vue +++ b/src/views/bpm/processInstance/index.vue @@ -40,7 +40,6 @@ /> - - + @change="handleQuery" + > + + - +