|
@@ -165,7 +165,7 @@ export default {
|
|
|
// 获取当前患者的所有检查项目,同时生成菜单栏需要的时间数据
|
|
|
getObrAllListAndGenerateTime() {
|
|
|
// this.testPatId要改为this.$props.param.id
|
|
|
- this.$props.param.id = this.testPatId //后续数据库更新后需要把这行代码注释掉
|
|
|
+ // this.$props.param.id = this.testPatId //后续数据库更新后需要把这行代码注释掉
|
|
|
service({
|
|
|
url: `/work/request/patid/${this.$props.param.id}`,
|
|
|
}).then((response) => {
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
// 获取所有检查项目的所有检测结果,通过检测项目标识obrId来取出对应检测结果,默认获取第一页的数据
|
|
|
getObxAllList() {
|
|
|
// this.testPatId要改为this.$props.param.id
|
|
|
- this.$props.param.id = this.testPatId //后续数据库更新后需要把这行代码注释掉
|
|
|
+ // this.$props.param.id = this.testPatId //后续数据库更新后需要把这行代码注释掉
|
|
|
service({
|
|
|
url: `/work/result/patid/${this.$props.param.id}`,
|
|
|
params: {
|