From 1f055395e53198dd6b6e45bda18b2cc919c8d3db Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 22 Sep 2022 11:43:21 +0800
Subject: [PATCH] 任务计划提交修改
---
src/views/taskinfo/taskinfo.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/taskinfo/taskinfo.vue b/src/views/taskinfo/taskinfo.vue
index 8305f38..bfd8d42 100644
--- a/src/views/taskinfo/taskinfo.vue
+++ b/src/views/taskinfo/taskinfo.vue
@@ -166,7 +166,8 @@
if (["edit", "view"].includes(type)) {
getDetail(this.form.id).then(res => {
this.form = res.data.data;
- this.form.routeRange = '\'' + this.form.routeRange + '\''
+ console.log( this.form.routeRange,123456)
+ // this.form.routeRange = '\'' + this.form.routeRange + '\''
});
} else {
const date = new Date()
--
Gitblit v1.9.3