Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
6df60e5d8f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user