From 5c570ddd7e5b7879149af374de5aa8964ca08ece Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期六, 19 七月 2025 11:03:21 +0800 Subject: [PATCH] Merge branch 'master' of http://124.71.187.17:8299/r/~zhd/IGD3000-filesystem --- local/www/js/page/device-net.js | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/local/www/js/page/device-net.js b/local/www/js/page/device-net.js index 842c631..79a68f1 100644 --- a/local/www/js/page/device-net.js +++ b/local/www/js/page/device-net.js @@ -14,7 +14,6 @@ //鍒濆鍖栧崗璁簱鍒楄〃 initLibname(); -initDevLibname(); $(document).ready(function () { @@ -272,7 +271,7 @@ libnamezh: $("#device-libname option[value='"+ $("#device-libname").val() +"']").text(), type: $("#device-type").val(), vld: $("#device-vld").val(), - userName: $("#dev-libname").val(), + userName: $("#device-userName").val(), passwd: $("#device-passwd").val(), // userName: $("#dev-libname").val(), taskNo: $("#device-taskNo").val(), @@ -556,15 +555,7 @@ }); }; -function initDevLibname() { - $.get("./cgi-bin/do/find_debug_libname", function (data, status) { - if (data != null) { - renderDevLibname(data); - } else { - window.parent.notify("绯荤粺鍚庢湡鍗忚搴撳垪琛ㄥけ璐ワ紒"); - } - }, "json"); -} + function renderDevLibname(list) { $.each(list, function (index, item) { -- Gitblit v1.9.3