| | |
| | | </div> |
| | | <div class="patient-item"> |
| | | <span class="label">性别:</span> |
| | | <span class="value">{{ |
| | | row.patdescJson.sex |
| | | }}</span> |
| | | <span class="value">{{ row.patdescJson.sex }}</span> |
| | | </div> |
| | | <div class="patient-item"> |
| | | <span class="label">年龄:</span> |
| | |
| | | |
| | | created() { |
| | | // 从路由参数获取问题ID |
| | | this.filterParams.scriptids = this.$route.query.questionId || this.$route.query.questionIds||null; |
| | | this.filterParams.scriptids = |
| | | this.$route.query.questionId || this.$route.query.questionIds || null; |
| | | // if (this.$route.query.questionId) { |
| | | // } else if (this.$route.query.questionIds) { |
| | | // console.log( |
| | |
| | | this.filterParams = { |
| | | todeptcode: "", |
| | | handleFlag: "", |
| | | templateType: "", |
| | | scriptids: null, // 保留问题ID |
| | | scriptids: |
| | | this.$route.query.questionId || this.$route.query.questionIds || null, |
| | | templateType: Number(this.$route.query.type) || null, |
| | | |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | }; |
| | |
| | | |
| | | // 返回异常列表 |
| | | handleGoBack() { |
| | | this.$router.push("/satisfaction/exception/list"); |
| | | // this.$router.push("/satisfaction/exception/list"); |
| | | this.$router.push("/Intelligentcenter/dispose"); |
| | | }, |
| | | |
| | | // 查看详情 |