From b59661d1a3ececfb08c9f9f935749185c153507b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Thu, 30 May 2024 11:41:50 +0800
Subject: [PATCH] xg
---
src/views/system/specialDiseaseNode/index.vue | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue
index 006ef6f..2ec1985 100644
--- a/src/views/system/specialDiseaseNode/index.vue
+++ b/src/views/system/specialDiseaseNode/index.vue
@@ -8,7 +8,6 @@
适用范围
-
@@ -356,18 +355,15 @@ export default {
},
created() {
this.infolist();
- this.taskinfo();
},
beforeDestroy() { },
watch: {},
mounted() { },
methods: {
changeoptions(e) {
- console.log(e);
this.parentDictCode = this.options.find(
(el) => el.dictValue == e
- ).dictCode;
- console.log(this.parentDictCode, "this.parentDictCode");
+ )?.dictCode;
this.changelisy();
},
changelisy() {
@@ -379,6 +375,7 @@ export default {
var dictType = "suit_range";
getAgencytype(dictType).then((res) => {
this.options = res.data;
+ this.taskinfo();
});
},
info() {
@@ -585,7 +582,6 @@ export default {
taskinfo() {
selectTaskTypeList().then((res) => {
this.selectTaskTypeList = res.data;
-
this.info();
});
},