From 7f7f908bf6336528b008ab4322906d7c3f9eb31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 12 Jul 2024 09:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/indexjs.js | 3 --- src/views/system/ManuallyCreatingTasks/index.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index a3e2372..04fa1c8 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -751,11 +751,8 @@ export default { }); this.itemlist.specialDiseaseNodeList = []; this.lists.forEach((e) => { - console.log(e, 'taskNodeType') e.list.length > 0 ? e.list.forEach((el) => { - console.log(el, 'taskNodeType') - el.routeNodeDay = e.routeNodeDay; el.routeNodeName = e.routeNodeName; if (el.phoneDialMethod == 'COMMON' && el.templateId) { diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index 9eb08a0..103f1ae 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -677,7 +677,7 @@ export default { list(this.parentDictCode).then((res) => { res.rows.forEach((e) => { this.list.forEach((el) => { - el.routeNodeName = e.dictLabel; + el.routeNodeName = e.dictValue; }); }); });