From f4b7102a5ee79f554ba3ba829b9bcff9762bd6fa Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Mon, 28 Apr 2025 18:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=AE=A1=E7=90=86-=E7=BA=BF?= =?UTF-8?q?=E8=B7=AF=E5=B7=A5=E7=A8=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/js/basic/lineManagement/child/ropewayList.js | 9 +++++---- .../js/basic/lineManagement/child/threeSpanList.js | 3 ++- .../static/js/basic/lineManagement/child/towerList.js | 1 + .../pages/basic/lineManagement/child/ropewayList.html | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js b/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js index 1e1365b..cd2f970 100644 --- a/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js +++ b/src/main/resources/static/js/basic/lineManagement/child/ropewayList.js @@ -105,14 +105,14 @@ function initTable(dataList, limit, page) { function getReqParams(page, limit, type) { let obj = {}; if (type === 2) { - $('#towerName').val('') + $('#keyWord').val('') layui.form.render(); } obj = { page: page + "", limit: limit + "", proId: idParam, - towerName: $('#towerName').val() + keyWord: $('#keyWord').val() }; console.log("杆塔管理查询条件", obj) obj={ @@ -125,7 +125,7 @@ function getReqParams(page, limit, type) { function query(type) { pageNum = 1; if(type === 2){ - $('#towerName').val('') + $('#keyWord').val('') layui.form.render(); } pages(1, limitSize,type); @@ -185,7 +185,8 @@ function delData(id) { function exportRopeway(){ let obj = { - towerName: $('#towerName').val(), + keyWord: $('#keyWord').val(), + proId: idParam } let params = { encryptedData: encryptCBC(JSON.stringify(obj)) diff --git a/src/main/resources/static/js/basic/lineManagement/child/threeSpanList.js b/src/main/resources/static/js/basic/lineManagement/child/threeSpanList.js index 68729d6..dd524f4 100644 --- a/src/main/resources/static/js/basic/lineManagement/child/threeSpanList.js +++ b/src/main/resources/static/js/basic/lineManagement/child/threeSpanList.js @@ -225,7 +225,8 @@ function delData(id, tbSpanTowerList) { function exportThreeSpan(){ let obj = { - towerName: $('#towerName').val(), + keyWord: $('#keyWord').val(), + proId: idParam } let params = { encryptedData: encryptCBC(JSON.stringify(obj)) diff --git a/src/main/resources/static/js/basic/lineManagement/child/towerList.js b/src/main/resources/static/js/basic/lineManagement/child/towerList.js index 1c7261c..73ac338 100644 --- a/src/main/resources/static/js/basic/lineManagement/child/towerList.js +++ b/src/main/resources/static/js/basic/lineManagement/child/towerList.js @@ -238,6 +238,7 @@ function addRopeway(id){ function exportTower(){ let obj = { towerName: $('#towerName').val(), + proId: idParam } let params = { encryptedData: encryptCBC(JSON.stringify(obj)) diff --git a/src/main/resources/static/pages/basic/lineManagement/child/ropewayList.html b/src/main/resources/static/pages/basic/lineManagement/child/ropewayList.html index 25a6729..cfb7dc0 100644 --- a/src/main/resources/static/pages/basic/lineManagement/child/ropewayList.html +++ b/src/main/resources/static/pages/basic/lineManagement/child/ropewayList.html @@ -20,7 +20,7 @@
- +