| | |
| | | loading: true, |
| | | viewNum: "", |
| | | reportId: "", |
| | | jxbz:"", |
| | | jxbz: "", |
| | | }; |
| | | }, |
| | | created() { |
| | |
| | | //体检号 |
| | | this.tjNumber = this.$route.query.tjNumber; |
| | | this.jxbz = this.$route.query.jxbz; |
| | | view().then((res) => {this.src =res +"/" +this.viewNum +"?tjNumber=" +this.tjNumber +"&jxbz="+this.jxbz +"&token=Bearer " +getToken();}); |
| | | this.dqdlr = this.$route.query.dqdlr; |
| | | view().then((res) => { |
| | | this.src = |
| | | res + |
| | | "/" + |
| | | this.viewNum + |
| | | "?tjNumber=" + |
| | | this.tjNumber + |
| | | "&jxbz=" + |
| | | this.jxbz + |
| | | "&dqdlr=" + |
| | | this.dqdlr + |
| | | "&token=Bearer " + |
| | | getToken(); |
| | | }); |
| | | }, |
| | | methods: { |
| | | handleRefresh() { |