From 9203c72e47d75b0050964f6d301f33a62925dd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Tue, 11 Nov 2025 16:52:58 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js | 2 +- .../work/Person/PersonCutToPlace/PersonCutToPlaceList.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js b/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js index f240abb..6ccfcb6 100644 --- a/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js +++ b/modules/bmw/src/main/resources/static/js/work/Person/PersonCutToPlace/PersonCutToPlaceList.js @@ -21,7 +21,7 @@ layui.use(['table','form'], function(){ getProBySubContract("",data.value); }) form.on('select(projectId)', function (data) { - getTeamByProId(data.value,""); + getTeamByProId(data.value,$('#subId').val(),""); obj.proNameN = $('select[name="projectId"] option:selected').text(); obj.proId = $('#projectId').val(); }) diff --git a/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html b/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html index bec0c11..9feab3c 100644 --- a/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html +++ b/modules/bmw/src/main/resources/static/pages/work/Person/PersonCutToPlace/PersonCutToPlaceList.html @@ -145,8 +145,9 @@ + \ No newline at end of file + defer="defer">