| | |
| | | getPractitionersPageInfo() { |
| | | var that = this; |
| | | //获取用户从业信息 |
| | | console.log(this.cardid, "cid"); |
| | | getUserPractitionersInfo(this.cardid).then((res1) => { |
| | | that.data1 = res1.data.data; |
| | | }); |
| | |
| | | mounted() { |
| | | this.typeTABS = this.optionTABS.column[0]; |
| | | var data = JSON.parse(this.$route.query.row); |
| | | // console.log(data); |
| | | if (data) { |
| | | var row = data; |
| | | // var row = this.$route.query.row; |
| | |
| | | this.obj0[k] = row[k]; |
| | | } |
| | | this.obj0.title = ""; |
| | | this.cardid = row.cardid; |
| | | this.cardid = row.id; |
| | | this.name = row.name; |
| | | this.dispatcherCompany = row.dispatcherCompany; |
| | | this.id = row.id; |