| 
														
															@@ -41,7 +41,16 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ></el-input> --> 
														 | 
														
														 | 
														
															         ></el-input> --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </div> 
														 | 
														
														 | 
														
															       </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <div class="student_search_right"> 
														 | 
														
														 | 
														
															       <div class="student_search_right"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <el-input v-model="mName" placeholder="请输入名称"></el-input> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <el-select v-model="mName" filterable placeholder="请输入名称"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          <el-option 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            v-for="item in stuJuri" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :key="item.userid" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :label="item.sName" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :value="item.userid" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          </el-option> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        </el-select> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <!-- <el-input v-model="mName" placeholder="请输入名称"></el-input> --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <el-button size="mini" type="primary" @click="searchModel" 
														 | 
														
														 | 
														
															         <el-button size="mini" type="primary" @click="searchModel" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           >查询</el-button 
														 | 
														
														 | 
														
															           >查询</el-button 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         > 
														 | 
														
														 | 
														
															         > 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -125,6 +134,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       mName: "", 
														 | 
														
														 | 
														
															       mName: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       cn: "", 
														 | 
														
														 | 
														
															       cn: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       table: [], 
														 | 
														
														 | 
														
															       table: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      stuJuri:[], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       table1: [ 
														 | 
														
														 | 
														
															       table1: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         { 
														 | 
														
														 | 
														
															         { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           id: 1, 
														 | 
														
														 | 
														
															           id: 1, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -650,6 +660,22 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.table = []; 
														 | 
														
														 | 
														
															         this.table = []; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    selectStu(){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      let params = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        oid: this.ooid, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.ajax 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        .get(this.$store.state.api + "selectOrgStu", params) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        .then((res) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          this.stuJuri = res.data[0]; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        .catch((err) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          console.error(err); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  created(){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    this.selectStu(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </script> 
														 | 
														
														 | 
														
															 </script> 
														 |