diff --git a/QMPlusVuePage/src/api/workflow.js b/QMPlusVuePage/src/api/workflow.js new file mode 100644 index 00000000..0522dfea --- /dev/null +++ b/QMPlusVuePage/src/api/workflow.js @@ -0,0 +1,15 @@ +import service from '@/utils/request' +// @Summary 删除角色 +// @Security ApiKeyAuth +// @accept application/json +// @Produce application/json +// @Param data body {authorityId uint} true "删除角色" +// @Success 200 {string} json "{"success":true,"data":{},"msg":"获取成功"}" +// @Router /authority/deleteAuthority [post] +export const createWorkFlow = (data) => { + return service({ + url: "/workflow/createWorkFlow", + method: 'post', + data + }) +} \ No newline at end of file diff --git a/QMPlusVuePage/src/view/workflow/workflow.vue b/QMPlusVuePage/src/view/workflow/workflow.vue new file mode 100644 index 00000000..f5a39e66 --- /dev/null +++ b/QMPlusVuePage/src/view/workflow/workflow.vue @@ -0,0 +1,123 @@ + + + +