|
@@ -754,21 +754,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}).catch(() => {
|
|
|
- for(let i=0;i<self.optionsSelect.length;i++){
|
|
|
- if(self.fjNumber == self.optionsSelect[i].room){
|
|
|
- self.$set(self,"fjNumber",self.optionsSelect[i].room)
|
|
|
- self.$set(self.form,"fjNumber",self.optionsSelect[i].room)
|
|
|
- self.$set(self.form,"buildingId",self.optionsSelect[i].deptId)
|
|
|
- self.$set(self.form,"deptName",self.optionsSelect[i].deptName)
|
|
|
- self.$set(self.form,"deptId",self.optionsSelect[i].id)
|
|
|
- self.$set(self.form,"buildingName",self.optionsSelect[i].buildName)
|
|
|
- self.$set(self.form,"laboratoryId",self.optionsSelect[i].building)
|
|
|
- self.$set(self.form,"laboratoryName",self.optionsSelect[i].name)
|
|
|
- self.$set(self.form,"fzrId",self.optionsSelect[i].userId)
|
|
|
- self.$set(self.form,"fzrName",self.optionsSelect[i].safeUserName)
|
|
|
- self.$set(self.form,"fzrLxfs",self.optionsSelect[i].safeUserPhone)
|
|
|
- }
|
|
|
- }
|
|
|
});
|
|
|
}
|
|
|
}
|