From a11d9eb22194693e51981a222585bcbdf9e6a4b0 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 27 Jul 2022 16:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7=20=20?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/apply.vue | 12 +++++++++++- .../src/views/mynoticeView/components/NoticeList.vue | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) 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: 告诉大家这是什么 -->