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 @@