Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
shidongli 2024-08-13 13:59:57 +08:00
commit 6df60e5d8f

View File

@ -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;