| | |
| | | // let taskids = this.encrypt(this.taskid); |
| | | // let patids = this.encrypt(this.patid); |
| | | // 先取缓存 |
| | | getCachequestionnaire({ param1: this.taskid, param2: this.patid }).then( |
| | | getCachequestionnaire({ param1: this.taskid, param2: this.patid,param6:this.param6 }).then( |
| | | (res) => { |
| | | if (res.code == 200) { |
| | | this.questionList = res.data; |
| | |
| | | }, |
| | | // 获取数据 |
| | | getExternalfollowup() { |
| | | getExternalfollowup({ param1: this.taskid, param2: this.patid }).then( |
| | | getExternalfollowup({ param1: this.taskid, param2: this.patid,param6:this.param6 }).then( |
| | | (res) => { |
| | | if (res.code == 200) { |
| | | this.questionList = res.data.script; |