This commit is contained in:
闫晓茹 2024-08-13 13:42:33 +08:00
parent 4fd2718327
commit f9afe11f97

View File

@ -370,9 +370,15 @@ export default {
this.parentDictCode = this.options.find( this.parentDictCode = this.options.find(
(el) => el.dictValue == this.updata.suitRange (el) => el.dictValue == this.updata.suitRange
)?.dictCode; )?.dictCode;
setTimeout(() => { list(this.parentDictCode).then((res) => {
this.changelisy(); this.parentDictCodelist = res.rows;
}, 3000); 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; this.itemlist.specialDiseaseRouteId = this.$route.query.id;
selectSpecialDisease(this.$route.query.id).then((res) => { selectSpecialDisease(this.$route.query.id).then((res) => {
this.agreeNumber = res.data.agreeNumber; this.agreeNumber = res.data.agreeNumber;