修改KEY
This commit is contained in:
parent
3cfaf14b37
commit
1776cf7637
|
@ -357,7 +357,7 @@
|
|||
:showSearch="true"
|
||||
>
|
||||
<a-select-option
|
||||
:value="item.value"
|
||||
:value="item.label"
|
||||
v-for="item in deptList"
|
||||
:key="item.value"
|
||||
>
|
||||
|
@ -408,23 +408,12 @@
|
|||
:wrapper-col="{ span: 14, offset: 4 }"
|
||||
style="text-align: center; margin-top: 0.4rem"
|
||||
>
|
||||
<a-button
|
||||
class="tijiao"
|
||||
|
||||
@click="onSubmit"
|
||||
>
|
||||
提交
|
||||
</a-button>
|
||||
<a-button class="tijiao" @click="onSubmit">提交</a-button>
|
||||
<a-button class="quxiao" @click="appointmentRoom = false">
|
||||
取消
|
||||
</a-button>
|
||||
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
||||
|
||||
|
||||
|
||||
</a-modal>
|
||||
</div>
|
||||
<div v-if="room">
|
||||
|
@ -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,7 +2510,6 @@
|
|||
})
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
|
||||
.quxiao {
|
||||
margin-right: 12px;
|
||||
cursor: pointer;
|
||||
|
@ -2912,7 +2901,6 @@
|
|||
:deep(.ant-checkbox-indeterminate .ant-checkbox-inner::after) {
|
||||
background-color: #0058e1;
|
||||
}
|
||||
|
||||
</style>
|
||||
<style lang="less">
|
||||
.eia-dropdown-class {
|
||||
|
|
Loading…
Reference in New Issue