|  | @@ -54,8 +54,8 @@
 | 
											
												
													
														|  |                <el-option v-for="(item,index) in technicians"
 |  |                <el-option v-for="(item,index) in technicians"
 | 
											
												
													
														|  |                  :key="index"
 |  |                  :key="index"
 | 
											
												
													
														|  |                  :label="item.realName"
 |  |                  :label="item.realName"
 | 
											
												
													
														|  | -                :disabled="form.group.map(m => m.userId).includes(item.userId)"
 |  | 
 | 
											
												
													
														|  | -                :value="item.userId"></el-option>
 |  | 
 | 
											
												
													
														|  | 
 |  | +                :disabled="form.group.map(m => m.userId).includes(item.id)"
 | 
											
												
													
														|  | 
 |  | +                :value="item.id"></el-option>
 | 
											
												
													
														|  |              </el-select>
 |  |              </el-select>
 | 
											
												
													
														|  |            </el-form-item>
 |  |            </el-form-item>
 | 
											
												
													
														|  |          </el-col>
 |  |          </el-col>
 | 
											
										
											
												
													
														|  | @@ -172,7 +172,7 @@ export default {
 | 
											
												
													
														|  |              organId: this.form.organId,
 |  |              organId: this.form.organId,
 | 
											
												
													
														|  |              rows: 999
 |  |              rows: 999
 | 
											
												
													
														|  |            })
 |  |            })
 | 
											
												
													
														|  | -          this.technicians = res.data
 |  | 
 | 
											
												
													
														|  | 
 |  | +          this.technicians = res.data.rows
 | 
											
												
													
														|  |            this.$set(this.form, 'group', group.map(item => ({...item, userId: ''})))
 |  |            this.$set(this.form, 'group', group.map(item => ({...item, userId: ''})))
 | 
											
												
													
														|  |          } catch (error) {}
 |  |          } catch (error) {}
 | 
											
												
													
														|  |        }
 |  |        }
 |