From 487a39a4fdfe0cbdc5ef0bb6ca67ae7854aaeec7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 06 Dec 2021 10:39:35 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory_ys

---
 src/views/home/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 8c6a4e5..30256d8 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1619,7 +1619,7 @@
         current: this.gridData.current,
         size: 10,
         jurisdiction: this.value1,
-        types:types
+        type:types
       };
       xsbxPages(params).then(res => {
         if (res.data.code === 200) {

--
Gitblit v1.9.3