From 58417c8de3cce002d75402ac805363de1d9b17a9 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 25 二月 2021 18:10:58 +0800
Subject: [PATCH] 视频链接修改

---
 src/pages/shuohuangMonitorAnalyze/components/taskManage.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
index 640cc00..aab296a 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/taskManage.vue
@@ -249,7 +249,7 @@
   },
   watch: {
     taskType (n, o) {
-      debugger
+      // debugger
       this.renderTaskTable();
     }
   },
@@ -313,6 +313,7 @@
           obj.checked = false;
           arr.push(obj);
         }
+        debugger
         _this.trainNoList = arr;
         _this.trainNoTotal = res.total;
       });

--
Gitblit v1.8.0