From a3db0a5ff20483c8714fcafea393d6dee939c508 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 30 Sep 2022 15:22:19 +0800
Subject: [PATCH] 事件详情、维修详情图片和视频放在同一栏。

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

diff --git a/src/views/taskinfo/taskinfo.vue b/src/views/taskinfo/taskinfo.vue
index a142d93..b2b2869 100644
--- a/src/views/taskinfo/taskinfo.vue
+++ b/src/views/taskinfo/taskinfo.vue
@@ -176,6 +176,8 @@
           this.form.endTime = `${year}-${month}-${strDate} 23:59:59`
           this.form.source = 'SYSTEMNEW'
           this.form.state = '0'
+        } else if (["edit"].includes(type)) {
+          this.form.routeRange = '\'' + this.form.routeRange + '\''
         }
         done();
       },

--
Gitblit v1.9.3