From 237bd8f9f01ff6672c0632a407c12d01d589c1d0 Mon Sep 17 00:00:00 2001 From: xy <748613699@qq.com> Date: Tue, 23 Apr 2024 17:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pqs9900/src/main/webapp/jspJS/device/addDev.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pqs9900/src/main/webapp/jspJS/device/addDev.js b/pqs9900/src/main/webapp/jspJS/device/addDev.js index f7eb4c1..cec2b16 100644 --- a/pqs9900/src/main/webapp/jspJS/device/addDev.js +++ b/pqs9900/src/main/webapp/jspJS/device/addDev.js @@ -2346,10 +2346,10 @@ $("#devcommit").click(function () { var devLocation = $("#devLocation").val() var devNo = $("#devNo").val() var isAlarm = $("#isAlarm").val() - if (devLocation.length > 100) { - layer.msg('监测装置安装位置内容过长!', {icon: 2, time: 1000}); - return - } + // if (devLocation.length > 100) { + // layer.msg('监测装置安装位置内容过长!', {icon: 2, time: 1000}); + // return + // } if (devNo.length > 50) { layer.msg('监测厂家设备编号内容过长!', {icon: 2, time: 1000}); return