From 3909a52d26dca085a6ead5d0fbaca0ce512e27f7 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 23 Sep 2022 09:39:31 +0800
Subject: [PATCH] 数据统计人员统计

---
 src/views/taskinfo/taskinfo.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/views/taskinfo/taskinfo.vue b/src/views/taskinfo/taskinfo.vue
index bfd8d42..e7bc2fe 100644
--- a/src/views/taskinfo/taskinfo.vue
+++ b/src/views/taskinfo/taskinfo.vue
@@ -163,13 +163,7 @@
           });
       },
       beforeOpen(done, type) {
-        if (["edit", "view"].includes(type)) {
-          getDetail(this.form.id).then(res => {
-            this.form = res.data.data;
-            console.log( this.form.routeRange,123456)
-            // this.form.routeRange = '\'' + this.form.routeRange + '\''
-          });
-        } else {
+        if (["add"].includes(type)) {
           const date = new Date()
           const year = date.getFullYear()
           const month = date.getMonth() + 1

--
Gitblit v1.9.3