From 7c7c4ae64b84be1766a5ebbe3ba5ee97cba8c6da Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 04 七月 2024 16:21:41 +0800
Subject: [PATCH] ‘’

---
 h5/pages/staff/task/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index 942d23b..b0b64bb 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -245,6 +245,12 @@
     // this.dataList = []
     this.getList()
   },
+  onBackPress(options) {
+    setTimeout(()=>{
+      this.$eventBus.$emit('taskBack')
+    })
+    return false
+  },
   onShow() {
     this.pagination.page = 0
     this.dataList = []
@@ -298,7 +304,6 @@
             i.param1 = JSON.parse(i.param1)
           }
         })
-        console.log('dataList', this.dataList)
       })
     },
     getHeadList() {

--
Gitblit v1.9.3