|  |  | @ -152,7 +152,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-col> |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-col :span="12" class="el-col"> |  |  |  |           <el-col :span="12" class="el-col"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item label="医保编码:"> |  |  |  |             <el-form-item label="医保编码:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-input style="width: 65%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm"></el-input> |  |  |  |               <el-input style="width: 65%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm" @input="change($event)"></el-input> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-col> |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-row> |  |  |  |         </el-row> | 
			
		
	
	
		
		
			
				
					|  |  | @ -165,7 +165,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-col> |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-col :span="12" class="el-col"> |  |  |  |           <el-col :span="12" class="el-col"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item label="生产厂家:"> |  |  |  |             <el-form-item label="生产厂家:"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-input style="width: 65%" size="small" v-model="editQuery.manufactory" splaceholder="请输入内容"></el-input> |  |  |  |               <el-input style="width: 65%" size="small" v-model="editQuery.manufactory" splaceholder="请输入内容" @input="change($event)"></el-input> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-col> |  |  |  |           </el-col> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-row> |  |  |  |         </el-row> | 
			
		
	
	
		
		
			
				
					|  |  | @ -359,6 +359,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  |   methods: { |  |  |  |   methods: { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     change(e){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.$forceUpdate(e); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     onReset() { |  |  |  |     onReset() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.unionQuery = { |  |  |  |       this.unionQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |         page: 1, |  |  |  |         page: 1, | 
			
		
	
	
		
		
			
				
					|  |  | 
 |