From 7130690abe159f5dc0f5da468e933c3b2bb88f49 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 28 Jul 2025 13:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/baseIot/CheckBaseIotList.vue | 1 + src/views/iot/baseIot/compoents/SxtForm.vue | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/iot/baseIot/CheckBaseIotList.vue b/src/views/iot/baseIot/CheckBaseIotList.vue index 87e947d..7831ae6 100644 --- a/src/views/iot/baseIot/CheckBaseIotList.vue +++ b/src/views/iot/baseIot/CheckBaseIotList.vue @@ -144,6 +144,7 @@ function searchReset() { //物联设备同步后刷新列表 function handleWlsbSuccess(){ + console.log("🚀 ~ handleWlsbSuccess ~ handleWlsbSuccess:", orgInfo.value) getBaseList(orgInfo.value) } diff --git a/src/views/iot/baseIot/compoents/SxtForm.vue b/src/views/iot/baseIot/compoents/SxtForm.vue index f7964f4..2c48003 100644 --- a/src/views/iot/baseIot/compoents/SxtForm.vue +++ b/src/views/iot/baseIot/compoents/SxtForm.vue @@ -101,21 +101,13 @@ */ function submitForm() { const list = checkDataList.value.records; - console.log('---->',list) - console.log("🚀 ~ submitForm ~ baseIotInfo.value:", baseIotInfo.value) const orgInfo = baseIotInfo.value.orgInfo; - console.log("🚀 ~ submitForm ~ orgInfo:", orgInfo) - // console.log("🚀 ~ submitForm ~ orgInfo:", orgInfo.value.departId) - console.log("🚀 ~ submitForm ~ orgInfo:", orgInfo.id) - console.log("🚀 ~ submitForm ~ orgInfo:", orgInfo.departName) - const params = {nuId:baseIotInfo.value.nuId, nuName:baseIotInfo.value.nuName, dataSourceCode:baseIotInfo.value.sysOrgCode, departId: orgInfo.id, departName: orgInfo.departName, list} - console.log("🚀 ~ submitForm ~ params:", params) defHttp.post({url:"/iot/tplink/cameraInfo/syncCameraList",params}).then((res)=>{ console.log("🚀 ~ submitForm ~ res:", res) emit("ok")