diff --git a/src/views/system/workerComponents/toHandle.vue b/src/views/system/workerComponents/toHandle.vue
index 920c132..48c8bfc 100644
--- a/src/views/system/workerComponents/toHandle.vue
+++ b/src/views/system/workerComponents/toHandle.vue
@@ -4,7 +4,7 @@
待办流程待办流程(不包含公文流转)
@@ -324,7 +324,8 @@ export default {
const res = await httpCurl({
page_size: 999,
auth_token: this.$store.getters.oa_token,
- ajax: 1
+ ajax: 1,
+ except: 4
}, true,"","GET",`${process.env.VUE_APP_OUT_URL}/flow/list/todo`);
if (res.status) {
this.list = res.msg.data.data;