能力申请 摄像头修改

This commit is contained in:
a0049873 2022-07-27 16:58:31 +08:00
parent 531aa7aafb
commit a11d9eb221
2 changed files with 13 additions and 2 deletions

View File

@ -459,7 +459,17 @@
obj.system.push({
resourceId: sxt.idtCameraChannel + '',
resourceName: sxt.channelName,
cameraId: sxt.channelId,
cameraId: sxt.channelId, //
channelCode: sxt.channelCode,
channelId: sxt.channelId,
channelName: sxt.channelName,
checkStatus: sxt.checkStatus + '',
gpsX: sxt.gpsX,
gpsY: sxt.gpsY,
idtCameraChannel: sxt.idtCameraChannel + '',
nodeName: sxt.nodeName,
parentId: sxt.parentId,
status: sxt.status + '',
})
})
submitApply(obj).then((res) => {

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-21 11:55:07
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-21 17:05:11
* @LastEditTime: 2022-07-27 15:57:26
* @Description: 告诉大家这是什么
-->
<template>
@ -105,6 +105,7 @@
v-model:pageSize="pageSize"
:total="total"
show-less-items
:show-size-changer="false"
@change="changePageNum"
/>
</div>