diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue
index c6da40d..602770d 100644
--- a/src/views/modules/part/bomManagement.vue
+++ b/src/views/modules/part/bomManagement.vue
@@ -1605,7 +1605,7 @@ export default {
columnWidth: 100
},
{
- columnProp: 'productGroupName4',
+ columnProp: 'productGroupId4',
headerAlign: "center",
align: "left",
columnLabel: '计划人',
diff --git a/src/views/modules/part/recipeManagement.vue b/src/views/modules/part/recipeManagement.vue
index f1c2b05..23317a2 100644
--- a/src/views/modules/part/recipeManagement.vue
+++ b/src/views/modules/part/recipeManagement.vue
@@ -1535,7 +1535,7 @@ export default {
columnWidth: 100
},
{
- columnProp: 'productGroupName4',
+ columnProp: 'productGroupId4',
headerAlign: "center",
align: "left",
columnLabel: '计划人',
diff --git a/src/views/modules/project/projectInfo/projectInfo.vue b/src/views/modules/project/projectInfo/projectInfo.vue
index 87d00fa..e5bbede 100644
--- a/src/views/modules/project/projectInfo/projectInfo.vue
+++ b/src/views/modules/project/projectInfo/projectInfo.vue
@@ -2000,6 +2000,7 @@
projectInfoSearchByAnyField(params){
params.no = this.pageIndex
params.size = this.pageSize
+ params.site = this.$store.state.user.site
projectInfoSearchByAnyField(params).then(({data})=>{
if (data && data.code === 0){
this.dataList1 = data.page.list
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
index ccc2f6c..2689ee2 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
@@ -235,7 +235,7 @@
-
+
diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue
index 6cd0e79..4fbacf3 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationList.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue
@@ -1559,6 +1559,7 @@
queryByAnyField(params){
params.no = this.pageIndex
params.size = this.pageSize
+ params.site = this.$store.state.user.site
technicalSpecificationListSearchByAnyField(params).then(({data})=>{
if (data && data.code === 0){
this.dataList1 = data.page.list