From bf2fc93230246434f4c7cede2d469a321a1196b8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 04 Feb 2023 17:09:09 +0800
Subject: [PATCH] 首页底部数据筛选逻辑调整
---
src/views/home/components/bottomContainer.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/home/components/bottomContainer.vue b/src/views/home/components/bottomContainer.vue
index 952fffe..beb90a5 100644
--- a/src/views/home/components/bottomContainer.vue
+++ b/src/views/home/components/bottomContainer.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-01-13 15:52:59
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-03 15:18:05
+ * @LastEditTime: 2023-02-04 15:23:10
* @FilePath: \srs-police-affairs\src\views\home\components\bottomContainer.vue
* @Description:
*
@@ -248,7 +248,7 @@
getHomeAllData (id = '') {
this.policeStaionID = id
- this.getAnswerPolices()
+ this.historyTabClick(0)
},
// 获取table高度
--
Gitblit v1.9.3