From d972ce5f21771883421e3d21f93238ba3d1a4146 Mon Sep 17 00:00:00 2001 From: hzz Date: Tue, 10 Oct 2023 17:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BD=E6=A3=80=E5=8D=B1?= =?UTF-8?q?=E5=BA=9F=E5=93=81=E7=AE=B1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/guojian/index.js | 9 ++++++++ src/views/guojian/alarm/index.vue | 2 +- src/views/guojian/historyData/index.vue | 2 +- src/views/guojian/sms/index.vue | 29 ++++++++++++++++++++----- 4 files changed, 34 insertions(+), 8 deletions(-) diff --git a/src/api/guojian/index.js b/src/api/guojian/index.js index 98e67df..ba37cfa 100644 --- a/src/api/guojian/index.js +++ b/src/api/guojian/index.js @@ -17,4 +17,13 @@ export function getSmsRecord(query) { method: 'get', params: query }) +} + + +// 查询短信发送记录 +export function getSmsRecordFromAliyun() { + return request({ + url: 'screen/guoJian/getSmsRecordFromAliyun', + method: 'get', + }) } \ No newline at end of file diff --git a/src/views/guojian/alarm/index.vue b/src/views/guojian/alarm/index.vue index f4d19b3..787a244 100644 --- a/src/views/guojian/alarm/index.vue +++ b/src/views/guojian/alarm/index.vue @@ -111,7 +111,7 @@ let typeList = [ let deviceList = ref([]) const loading = ref(false); -const showSearch = ref(false); +const showSearch = ref(true); const ids = ref([]); const single = ref(true); const multiple = ref(true); diff --git a/src/views/guojian/historyData/index.vue b/src/views/guojian/historyData/index.vue index ef044b5..e2402ca 100644 --- a/src/views/guojian/historyData/index.vue +++ b/src/views/guojian/historyData/index.vue @@ -113,7 +113,7 @@ const { queryParams, form } = toRefs(data); let deviceList = ref([]) const loading = ref(false); -const showSearch = ref(false); +const showSearch = ref(true); const ids = ref([]); const single = ref(true); const multiple = ref(true); diff --git a/src/views/guojian/sms/index.vue b/src/views/guojian/sms/index.vue index 8d40497..4e5bb9b 100644 --- a/src/views/guojian/sms/index.vue +++ b/src/views/guojian/sms/index.vue @@ -29,7 +29,7 @@ 删除 --> - + - + + - - + + + + + + + @@ -65,7 +74,7 @@