| | |
| | | this.proParentList = response.data; |
| | | this.loading = false; |
| | | this.value = []; |
| | | if (this.proParentList.xiaoJie.length != 0) { |
| | | this.proParentList.xiaoJie.forEach((item2) => { |
| | | this.value.push(item2.id); |
| | | if(this.proParentList.xiaoJieIds != null){ |
| | | if (this.proParentList.xiaoJieIds.length != 0) { |
| | | this.proParentList.xiaoJieIds.forEach((item2) => { |
| | | let item = Number(item2) |
| | | this.value.push(item); |
| | | }); |
| | | } |
| | | } |
| | | |
| | | this.proParentList.sons.forEach((item) => { |
| | | this.doctorName = item.doctorName; |
| | | |
| | |
| | | getParentId(data).then((response) => { |
| | | this.proParentList = response.data; |
| | | this.value = []; |
| | | if (this.proParentList.xiaoJie.length != 0) { |
| | | this.proParentList.xiaoJie.forEach((item2) => { |
| | | this.value.push(item2.id); |
| | | }); |
| | | } |
| | | if(this.proParentList.xiaoJieIds != null){ |
| | | if (this.proParentList.xiaoJieIds.length != 0) { |
| | | this.proParentList.xiaoJieIds.forEach((item2) => { |
| | | let item = Number(item2) |
| | | this.value.push(item); |
| | | }); |
| | | } |
| | | } |
| | | this.proParentList.sons.forEach((item) => { |
| | | this.doctorName = item.doctorName; |
| | | if (item.isReturn == 1) { |
| | |
| | | getParentId(data).then((response) => { |
| | | this.proParentList = response.data; |
| | | this.value = []; |
| | | if (this.proParentList.xiaoJie.length != 0) { |
| | | this.proParentList.xiaoJie.forEach((item2) => { |
| | | this.value.push(item2.id); |
| | | }); |
| | | } |
| | | if(this.proParentList.xiaoJieIds != null){ |
| | | if (this.proParentList.xiaoJieIds.length != 0) { |
| | | this.proParentList.xiaoJieIds.forEach((item2) => { |
| | | let item = Number(item2) |
| | | this.value.push(item); |
| | | }); |
| | | } |
| | | } |
| | | this.proParentList.sons.forEach((item) => { |
| | | this.doctorName = item.doctorName; |
| | | if (item.isReturn == 1) { |