| | |
| | | }); |
| | | }, |
| | | handleClose() { |
| | | this.$tab.refreshPage(); |
| | | // 只刷新表格数据 |
| | | this.getList(); |
| | | this.drawer = false; |
| | | }, |
| | | handleClose1() { |
| | | this.jianqians = false; |
| | |
| | | // } |
| | | this.tjNumber = row.tjNumber; |
| | | let num = 0; |
| | | getParentList(this.tjNumber).then((response) => { |
| | | let data = { |
| | | type:this.tjStatus, |
| | | tjNumber:this.tjNumber |
| | | } |
| | | getParentList(data).then((response) => { |
| | | if (response.data) { |
| | | this.loading = false; |
| | | this.Parent = response.data; |
| | |
| | | |
| | | // 点击确认 |
| | | determine() { |
| | | // 体检号 |
| | | // 清空数组 |
| | | this.tjOrderDetail = []; |
| | | |
| | | // 原有代码 |
| | | let tjNumber = this.tableAll.tjNumber; |
| | | this.userList.forEach((item) => { |
| | | if (this.doctorName == item.nickName) { |