diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index 40a1f48..c201420 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -1,437 +1,572 @@ \ No newline at end of file diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 37a3b99..0db4a34 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -38,7 +38,7 @@ >
- + el.dictValue == e @@ -548,15 +545,7 @@ export default { this.parentDictCode = this.options.find( (el) => el.dictValue == this.updata.suitRange ).dictCode; - list(this.parentDictCode).then((res) => { - this.parentDictCodelist = res.rows; - res.rows.forEach((e) => { - this.lists.forEach((el) => { - el.routeNodeName = e.dictLabel; - }); - }); - }); - // console.log(this.updata.suitRange, "this.updata.suitRange"); + this.changelisy(); this.updata.routeName = this.$route.query.routeName; this.updata.specialDiseaseRouteId = this.$route.query.id; selectSpecialDisease(this.$route.query.id).then((res) => {