修改
This commit is contained in:
parent
111740b9ec
commit
88d96242a5
@ -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 () {
|
||||
|
||||
@ -350,6 +350,7 @@ export default {
|
||||
query: {
|
||||
path: "/knowledge/question",
|
||||
hospitalAgencyId: this.queryParams.hospitalAgencyId,
|
||||
adddepartmentId: this.queryParams.departmentId
|
||||
},
|
||||
});
|
||||
// })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user