diff --git a/src/views/group/monitoring/groupTeamView/index.vue b/src/views/group/monitoring/groupTeamView/index.vue
index 71f95eda..1719b7b7 100644
--- a/src/views/group/monitoring/groupTeamView/index.vue
+++ b/src/views/group/monitoring/groupTeamView/index.vue
@@ -136,11 +136,11 @@ export default {
       params.teamId = val.data.id
       params.teamName = val.data.name
       this.workOrderList.map(item => {
-        if (this.queryParams.workOrderId === item.id) {
+        if (val.data.workOrderId === item.id) {
           this.workOrderName = item.name
         }
       })
-      params.workOrderId = this.queryParams.workOrderId
+      params.workOrderId = val.data.workOrderId
       params.workOrderName = this.workOrderName
       params.roomNameDict = val.data.roomNameDict
       this.$nextTick(() => {
diff --git a/src/views/group/monitoring/teamProduction/components/searchArea.vue b/src/views/group/monitoring/teamProduction/components/searchArea.vue
new file mode 100644
index 00000000..fff8c211
--- /dev/null
+++ b/src/views/group/monitoring/teamProduction/components/searchArea.vue
@@ -0,0 +1,97 @@
+
+  
+    
+    
+      
+        
+          {{ item.roomName }}-{{item.name}}
+        
+      
+    
+    
+      
+    
+    
+      
+      
+    
+    
+      查询
+    
+  
+
+
+
+
\ No newline at end of file
diff --git a/src/views/group/monitoring/teamProduction/index.vue b/src/views/group/monitoring/teamProduction/index.vue
index 45cbb569..be06f52d 100644
--- a/src/views/group/monitoring/teamProduction/index.vue
+++ b/src/views/group/monitoring/teamProduction/index.vue
@@ -1,11 +1,12 @@
 
   
     
-    
+