diff --git a/src/api/system/user.js b/src/api/system/user.js index b8dff9d..954915d 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -141,3 +141,13 @@ method: "get", }); } + + +// 同步工作流缓存 +// business/workOrder/syncWorkFlowUserList +export function syncWorkFlowUserList() { + return request({ + url: "/business/workOrder/syncWorkFlowUserList", + method: "get", + }); +} \ No newline at end of file diff --git a/src/api/system/user.js b/src/api/system/user.js index b8dff9d..954915d 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -141,3 +141,13 @@ method: "get", }); } + + +// 同步工作流缓存 +// business/workOrder/syncWorkFlowUserList +export function syncWorkFlowUserList() { + return request({ + url: "/business/workOrder/syncWorkFlowUserList", + method: "get", + }); +} \ No newline at end of file diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index c026518..dbb4299 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -27,13 +27,7 @@ - + - - + + @@ -85,104 +69,39 @@ - 新增 + 新增 - + 修改 - + 删除 - 导入 + 导入 - 导出 - + + 同步工作流 + + - + - - - - - + + + + + - + - +