diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index c58a256b..74cfa2f4 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -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) => { diff --git a/front/src/views/mynoticeView/components/NoticeList.vue b/front/src/views/mynoticeView/components/NoticeList.vue index 2003708d..24bd8486 100644 --- a/front/src/views/mynoticeView/components/NoticeList.vue +++ b/front/src/views/mynoticeView/components/NoticeList.vue @@ -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: 告诉大家这是什么 -->