From f9afe11f97eb9ad7f9c737c1c106f9f889917207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 13 Aug 2024 13:42:33 +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 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 46f6f8a..10a15b8 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -370,9 +370,15 @@ export default { this.parentDictCode = this.options.find( (el) => el.dictValue == this.updata.suitRange )?.dictCode; - setTimeout(() => { - this.changelisy(); - }, 3000); + list(this.parentDictCode).then((res) => { + this.parentDictCodelist = res.rows; + res.rows.forEach((e) => { + this.lists.forEach((el) => { + el.routeNodeName = e.dictValue; + console.log( el.routeNodeName,' el.routeNodeName') + }); + }); + }); this.itemlist.specialDiseaseRouteId = this.$route.query.id; selectSpecialDisease(this.$route.query.id).then((res) => { this.agreeNumber = res.data.agreeNumber;