| | |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-row> |
| | | <!-- <el-row> |
| | | <el-col :span="20" |
| | | ><el-form-item label="适用科室" prop="region"> |
| | | <el-select |
| | |
| | | </el-option> |
| | | </el-select> </el-form-item |
| | | ></el-col> |
| | | </el-row> |
| | | </el-row> --> |
| | | <el-form-item label="结束语" prop="conclusion"> |
| | | <el-input |
| | | style="width: 55vw; line-height: 80px" |
| | |
| | | }); |
| | | this.tempDetpRelevanceslist = []; |
| | | this.tempbelongWards = []; |
| | | if (this.queryParamsdept.tempid) { |
| | | depthospgetsonlist(this.queryParamsdept).then((res) => { |
| | | if (res.code == 200) { |
| | | let arr = res.rows; |
| | | arr.forEach((item) => { |
| | | if (item.deptType == 1) { |
| | | this.deptlist.push(item); |
| | | this.tempDetpRelevanceslist.push(item.deptCode); |
| | | } else if (item.deptType == 2) { |
| | | this.hosplist.push(item); |
| | | this.tempbelongWards.push(item.deptCode); |
| | | } |
| | | }); |
| | | } |
| | | }); |
| | | } |
| | | // if (this.queryParamsdept.tempid) { |
| | | // depthospgetsonlist(this.queryParamsdept).then((res) => { |
| | | // if (res.code == 200) { |
| | | // let arr = res.rows; |
| | | // arr.forEach((item) => { |
| | | // if (item.deptType == 1) { |
| | | // this.deptlist.push(item); |
| | | // this.tempDetpRelevanceslist.push(item.deptCode); |
| | | // } else if (item.deptType == 2) { |
| | | // this.hosplist.push(item); |
| | | // this.tempbelongWards.push(item.deptCode); |
| | | // } |
| | | // }); |
| | | // } |
| | | // }); |
| | | // } |
| | | }, |
| | | // 获取科室树 |
| | | getDeptTree() { |