From 8e75541332c8c3e74bcf1b8fa0bdd666964c74c3 Mon Sep 17 00:00:00 2001 From: chuguofei <1633295391@qq.com> Date: Mon, 10 Jul 2023 19:00:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=90=E7=A7=BB=E5=8A=A8=E7=AB=AF=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/wechat/iot/device.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/wechat/iot/device.jsp b/src/main/webapp/WEB-INF/wechat/iot/device.jsp index aa6c0cf..90763c6 100644 --- a/src/main/webapp/WEB-INF/wechat/iot/device.jsp +++ b/src/main/webapp/WEB-INF/wechat/iot/device.jsp @@ -261,7 +261,7 @@ var client; var sensorChangeDebounceFn = debounce(function (params) { - const _params = Object.assign(data, {sensor_id: params.sensor_id}); + const _params = Object.assign({scene_id: scene_id, node_data_type: 0}, {sensor_id: params.sensor_id}); postAjax(localUrl + "/page/node/sensor/lists.json?pageSize=10&paged=1", _params, function (result) { let _result = result.data.data; const sid = GetQueryString("id");