refactor: 移除流程定义相关页面与接口

This commit is contained in:
konbai
2022-10-16 02:47:01 +08:00
parent 5eeac80ea8
commit b87b85c55e
8 changed files with 0 additions and 1404 deletions

View File

@@ -289,7 +289,6 @@
</template>
<script>
import { exportDeployment, definitionStart } from "@/api/workflow/definition";
import { getBpmnXml, listModel, historyModel, latestModel, addModel, updateModel, saveModel, delModel, deployModel } from "@/api/workflow/model";
import { listCategory } from '@/api/workflow/category'
import ProcessDesigner from '@/components/ProcessDesigner';
@@ -437,12 +436,6 @@ export default {
this.single = selection.length !== 1
this.multiple = !selection.length
},
/** 启动流程 */
handleDefinitionStart(row){
definitionStart(row.id).then(response =>{
this.$modal.msgSuccess(response.msg);
})
},
/** 部署流程 */
handleDeploy(row) {
this.loading = true;