From 6afc76179b97bfbad786e6299e79572616874380 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 14 May 2024 10:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/template/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''