refactor: 移除流程定义相关页面与接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user