From 6416b40cf242340eaa163c498bd49d8103e73610 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:01:52 +0800
Subject: [PATCH] 代码优化

---
 src/views/publicSecurity/keynotePersonnelManage.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/publicSecurity/keynotePersonnelManage.vue b/src/views/publicSecurity/keynotePersonnelManage.vue
index 0e55d65..e9c6cfc 100644
--- a/src/views/publicSecurity/keynotePersonnelManage.vue
+++ b/src/views/publicSecurity/keynotePersonnelManage.vue
@@ -95,7 +95,9 @@
         roleBox: false,
 
         form: {},
-        query: {},
+        query: {
+          labelId: 103,
+        },
         loading: true,
 
         page: {
@@ -446,7 +448,7 @@
           ...params,
         }
         this.loading = true
-        statisticalLabels(page.currentPage, page.pageSize, values).then((res) => {
+        statisticalLabels(page.currentPage, page.pageSize, this.query).then((res) => {
           const data = res.data.data
           this.page.total = data.total
           this.data = data.records

--
Gitblit v1.9.3