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