diff --git a/src/views/manage/template/index.vue b/src/views/manage/template/index.vue index 203af73..7afd5b1 100644 --- a/src/views/manage/template/index.vue +++ b/src/views/manage/template/index.vue @@ -677,7 +677,7 @@ export default { this.itemname = item.id this.departmentName = item.departmentName this.loading = true; - this.queryParams.departmentId = item.id + this.queryParams.departmentId = this.itemname this.getList() } else { this.queryParams.departmentId = ''