diff --git a/0003-fix-bugs-that-are-found.patch b/0003-fix-bugs-that-are-found.patch
new file mode 100644
index 0000000..763c31b
--- /dev/null
+++ b/0003-fix-bugs-that-are-found.patch
@@ -0,0 +1,217 @@
+From d9b57b55a80c9a411e13839205ed425834ae06b3 Mon Sep 17 00:00:00 2001
+From: wkl505997900 <505997900@qq.com>
+Date: Wed, 14 Dec 2022 20:05:48 +0800
+Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=AC=AC=E4=BA=94=E6=AC=A1?=
+ =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ .../ant-design-pro/layouts/UserLayout.vue | 4 +--
+ src/views/leaks/CVEsManagement.vue | 8 ++++--
+ src/views/leaks/LeakTaskList.vue | 2 +-
+ src/views/leaks/components/AddRepoModal.vue | 2 +-
+ .../components/CreateRepairTaskDrawer.vue | 3 +++
+ src/views/leaks/components/CvesTable.vue | 3 ---
+ src/views/leaks/components/HostTable.vue | 25 ++++++++++++++++---
+ src/views/user/Login.vue | 4 +--
+ 8 files changed, 36 insertions(+), 15 deletions(-)
+
+diff --git a/src/vendor/ant-design-pro/layouts/UserLayout.vue b/src/vendor/ant-design-pro/layouts/UserLayout.vue
+index 8a83eca..1166136 100644
+--- a/src/vendor/ant-design-pro/layouts/UserLayout.vue
++++ b/src/vendor/ant-design-pro/layouts/UserLayout.vue
+@@ -18,7 +18,7 @@
+
+
+
+-
+diff --git a/src/views/leaks/CVEsManagement.vue b/src/views/leaks/CVEsManagement.vue
+index 4692a4a..46ea0e9 100644
+--- a/src/views/leaks/CVEsManagement.vue
++++ b/src/views/leaks/CVEsManagement.vue
+@@ -1,7 +1,7 @@
+
+
+
+-
++
+
+
+
+@@ -51,4 +51,8 @@ export default {
+ };
+
+
+-
++
+diff --git a/src/views/leaks/LeakTaskList.vue b/src/views/leaks/LeakTaskList.vue
+index cc755aa..168ea83 100644
+--- a/src/views/leaks/LeakTaskList.vue
++++ b/src/views/leaks/LeakTaskList.vue
+@@ -422,7 +422,7 @@ export default {
+
+
+diff --git a/src/views/leaks/components/HostTable.vue b/src/views/leaks/components/HostTable.vue
+index 4387d91..ad4768b 100644
+--- a/src/views/leaks/components/HostTable.vue
++++ b/src/views/leaks/components/HostTable.vue
+@@ -1,5 +1,5 @@
+
+-
++
+
+
+
+
+@@ -50,6 +51,7 @@
+ :hostList="hostListAll"
+ :repoList="repoListProps"
+ @createSuccess="handleTaskCreateSuccess"
++ @getAllHost="getAllHost"
+ />
+
+
+@@ -206,7 +208,7 @@ export default {
+ {
+ dataIndex: 'cve_num',
+ key: 'cve_num',
+- title: 'CVE 个数',
++ title: '受影响CVE个数',
+ sorter: true
+ },
+ {
+@@ -311,6 +313,18 @@ export default {
+ };
+ },
+ methods: {
++ getAllHost() {
++ this.getHostList();
++ this.getHostGroup();
++ if (this.standalone) {
++ // 主机列表页面中要自行获取全量主机和扫描状态
++ this.getScanStatusAll([]);
++ this.getHostListAll();
++ } else {
++ // 主机详情页面中要自行获取repo列表
++ this.getRepoList();
++ }
++ },
+ handleExport() {
+ if (this.selectedRowKeys.length !== 0) {
+ console.log(this.selectedRowKeys);
+@@ -504,6 +518,9 @@ export default {
+ this.selectedRowKeys = [];
+ this.selectedRows = [];
+ this.getHostList();
++ if (this.standalone) {
++ this.getHostListAll();
++ }
+ },
+ handleReset() {
+ this.pagination = defaultPagination;
+@@ -682,7 +699,7 @@ export default {
+ font-size: 16px;
+ margin: 0 6px;
+ }
+-.ant-table-wrapper {
+- overflow: hidden;
++.hostbox{
++ overflow: auto;
+ }
+
+diff --git a/src/views/user/Login.vue b/src/views/user/Login.vue
+index 92d16cd..388e7e0 100644
+--- a/src/views/user/Login.vue
++++ b/src/views/user/Login.vue
+@@ -45,7 +45,7 @@
+
+
+
+-
++
+
+
+
+--
+Gitee
+
diff --git a/aops-hermes.spec b/aops-hermes.spec
index 1f0725a..68f05e1 100644
--- a/aops-hermes.spec
+++ b/aops-hermes.spec
@@ -2,7 +2,7 @@
Name: aops-hermes
Version: v1.1.2
-Release: 3
+Release: 4
Summary: Web for an intelligent diagnose frame
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
@@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz
Source1: node-modules.tar.gz
Patch0001: 0001-some-bugfix-for-diana-website.patch
Patch0002: 0002-bugfix-alarm-number-not-update-synchronously.patch
+Patch0003: 0003-fix-bugs-that-are-found.patch
BuildRequires: nodejs node-gyp nodejs-yarn
@@ -45,6 +46,9 @@ cp -r deploy/aops-hermes.service %{buildroot}/usr/lib/systemd/system/
%changelog
+* Mon Dec 19 2022 wenxin - v1.1.2-4
+- Fix the bugs that are found
+
* Tue Dec 13 2022 wenxin - v1.1.2-3
- Fix the bug that the total number of alarms is not synchronously refreshed