修改
This commit is contained in:
parent
4fd2718327
commit
f9afe11f97
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user