From ee4c78feff3e03dec51c4a2bd13c6c36aed9b1dd Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 08 一月 2025 14:46:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages/staff/task/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index 0636047..619ff2b 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -249,6 +249,7 @@
         { name: '鐢ㄨ溅鐢宠', id: 2 },
         { name: '闅愭偅闅忔墜鎷�', id: 3 },
         { name: '鐗╂祦杞︾敵璇�', id: 4 },
+        { name: '鑰冨嫟浠e姙', id: 7 },
       ],
       startDate: dayjs().format('YYYY-MM-DD'),
     }
@@ -275,8 +276,7 @@
   onShow() {
     this.pagination.page = 0
     this.dataList = []
-    this.getHeadList()
-    this.getList()
+		this.getHeadList()
   },
   methods: {
     statusClick(val) {
@@ -339,6 +339,7 @@
         isDetail: '1'
       }).then(res => {
         this.headData = res.data
+				this.getList()
       })
     },
     handleReady() {

--
Gitblit v1.9.3