From a9dfa26b0d242d27e4881403afeda3ab96263de1 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Wed, 19 Jun 2024 11:44:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=BE=85=E5=8A=9E=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 92c78c7..dfa993f 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -16,7 +16,7 @@

待办 ({{ todoNum }})

- + @@ -101,7 +101,7 @@ const helpDocList = ref([ title: '业务流程' } ]) -const todoNum = ref(20) +const todoNum = ref(0) const tableConfig = reactive({ columns: [ { @@ -156,6 +156,9 @@ const tableConfig = reactive({ api: '/workflow/mosr/process/task', params: {}, }) +const getTotal=(val)=>{ + todoNum.value=val +} const handleView = (row) => { if (row.targetState == '00' && row.targetId) { router.push({