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">