|
|
@ -1459,6 +1459,7 @@ export default { |
|
|
|
rzlbcpSrc: '', |
|
|
|
lists: {}, |
|
|
|
height: '', |
|
|
|
queryPath: '', |
|
|
|
}; |
|
|
|
}, |
|
|
|
|
|
|
@ -1478,8 +1479,6 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
mounted() {}, |
|
|
|
mounted() { |
|
|
|
this.height = document.getElementsByClassName('main')[0].offsetHeight + 'px'; |
|
|
|
this.rzlbSrc = `https://sxzxyzzlm.tall.wiki/ht-common/home/reportHistory?code=LSBGD&userId=${this.ptProps.userId}`; |
|
|
@ -1487,7 +1486,8 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
async created() { |
|
|
|
console.log(this.patientId); |
|
|
|
const { query } = this.$route; |
|
|
|
this.queryPath = query.path; |
|
|
|
this.spinning = true; |
|
|
|
this.getCode = ''; |
|
|
|
this.tabNums = 0; |
|
|
@ -1529,7 +1529,6 @@ export default { |
|
|
|
console.log([{ ...obj }, ...arr]); |
|
|
|
return [{ ...obj }, ...arr]; |
|
|
|
} else { |
|
|
|
console.log(arr); |
|
|
|
return [...arr]; |
|
|
|
} |
|
|
|
}, |
|
|
@ -1537,7 +1536,11 @@ export default { |
|
|
|
* 重新选择病例 |
|
|
|
*/ |
|
|
|
choosePatient() { |
|
|
|
this.$router.push('/selectPatient'); |
|
|
|
if (this.queryPath) { |
|
|
|
this.$router.push(`${this.queryPath}`); |
|
|
|
} else { |
|
|
|
this.$router.push('/selectPatient'); |
|
|
|
} |
|
|
|
}, |
|
|
|
// 'AB',a.id, index,k,h.id |
|
|
|
addDom(type, id, index, quesIndex, quesId) { |
|
|
@ -1974,8 +1977,11 @@ export default { |
|
|
|
this.list = [...list]; |
|
|
|
} else { |
|
|
|
console.log(msg); |
|
|
|
|
|
|
|
this.spinning = false; |
|
|
|
} |
|
|
|
} else if (info.file.status === 'removed') { |
|
|
|
this.spinning = false; |
|
|
|
} |
|
|
|
}, |
|
|
|
// 提交表单 |
|
|
|