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