修改
This commit is contained in:
parent
97d5b8e484
commit
541c4db0d0
@ -592,11 +592,9 @@ export default {
|
||||
this.departmentlist = res.data
|
||||
})
|
||||
if (this.$route.query.departmentId) {
|
||||
this.list.departmentId = Number(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 () {
|
||||
|
||||
@ -344,7 +344,7 @@ export default {
|
||||
query: {
|
||||
path: "/knowledge/question",
|
||||
hospitalAgencyId: this.queryParams.hospitalAgencyId,
|
||||
adddepartmentId: this.queryParams.departmentId
|
||||
departmentId: this.queryParams.departmentId
|
||||
},
|
||||
});
|
||||
// })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user