This commit is contained in:
2024-05-30 11:39:43 +08:00
parent f056fe35af
commit 0dbe5d36b7

View File

@ -393,7 +393,7 @@ export default {
this.updata.suitRange = this.$route.query.suitRange;
this.parentDictCode = this.options.find(
(el) => el.dictValue == this.updata.suitRange
).dictCode;
)?.dictCode;
this.changelisy();
this.updata.routeName = this.$route.query.routeName;
this.updata.specialDiseaseRouteId = this.$route.query.id;