From 1776cf7637031eff0881f38edae080551324b615 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 6 Jan 2023 17:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9KEY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 126 +++++++++----------- 1 file changed, 57 insertions(+), 69 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index af82d8fc..61e941cd 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -117,14 +117,14 @@ @@ -357,7 +357,7 @@ :showSearch="true" > @@ -408,23 +408,12 @@ :wrapper-col="{ span: 14, offset: 4 }" style="text-align: center; margin-top: 0.4rem" > - - 提交 - - + 提交 + 取消 - - - - -
@@ -882,7 +871,7 @@ deptList.value = [] res.data.data.map((val) => { deptList.value.push({ - value: val.name, + value: val.id, label: val.name, }) }) @@ -1215,7 +1204,8 @@ if (item && item.status != 1) { return // return message.warning('当前设备离线, 不可预览!') - }handleChose + } + handleChose console.log('打开视频', id) const param = { key: id, @@ -2520,38 +2510,37 @@ })