From 1de744b035176b1f07f7ca0b7365889c470c8ff8 Mon Sep 17 00:00:00 2001 From: 2183691628 <2183691628@qq.com> Date: Wed, 8 Dec 2021 15:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=97=B6=E9=A1=B5=E7=A0=81=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++-- .../off-limits-manage/alarm-query/index.vue | 22 +++++++++++++++++-- .../alarm-recognition/index.vue | 10 ++++++++- .../common-exception/index.vue | 8 ++++++- .../user-exception/index.vue | 8 ++++++- 5 files changed, 47 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a791def..356aca7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -50,4 +50,6 @@ FEATURE ## v1.0.5F `2021年12月8日` FEATURE -- 完成 1.告警识别内容 2.通用例外 3.用户例外 4.告警信息查询 模块功能接口调试对接 \ No newline at end of file +- 完成 1.告警识别内容 2.通用例外 3.用户例外 4.告警信息查询 模块功能接口调试对接 +FIX +- 修复 搜索时页码错误的问题 \ No newline at end of file diff --git a/src/views/off-limits-manage/alarm-query/index.vue b/src/views/off-limits-manage/alarm-query/index.vue index 4a2e52d..3783aed 100644 --- a/src/views/off-limits-manage/alarm-query/index.vue +++ b/src/views/off-limits-manage/alarm-query/index.vue @@ -1,7 +1,7 @@ @@ -15,6 +15,8 @@ style="width: 200px; margin-left: 10px;" class="filter-item" @keyup.enter.native="onSearch" + clearable + @clear="onClear" /> @@ -31,6 +31,7 @@ style="width: 130px; margin-left: 10px;" filterable @change="outSelecChange" + @clear="onClear" clearable > @@ -40,6 +40,7 @@ style="width: 200px; margin-left: 10px;" class="filter-item" @keyup.enter.native="onSearch" + @clear="onClear" clearable /> @@ -23,6 +23,7 @@ class="filter-item" @keyup.enter.native="onSearch" clearable + @clear="onClear" />