From aa4ca2039bf6a62fcf046dd950bf603802fb5ef6 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 21 Nov 2024 09:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=8A=9E=E7=90=86=E5=8E=BB?= =?UTF-8?q?=E5=85=AC=E6=96=87=E6=B5=81=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/workerComponents/toHandle.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;