This commit is contained in:
2024-07-12 14:42:57 +08:00
parent 111740b9ec
commit 88d96242a5
2 changed files with 4 additions and 0 deletions

View File

@ -593,6 +593,9 @@ export default {
if (this.$route.query.departmentId) {
this.changedepartment(this.$route.query.departmentId)
}
if (this.$route.query.adddepartmentId) {
this.list.departmentId = Number(this.$route.query.adddepartmentId)
}
},
computed: {
questionnaireTotalScore: function () {

View File

@ -350,6 +350,7 @@ export default {
query: {
path: "/knowledge/question",
hospitalAgencyId: this.queryParams.hospitalAgencyId,
adddepartmentId: this.queryParams.departmentId
},
});
// })