|
@@ -103,9 +103,9 @@
|
|
|
<!-- status 不存在 意味着不脱敏、医院自助查询 -->
|
|
|
<template v-if="!$route.query.status">
|
|
|
<!-- 住院病案质控 -->
|
|
|
- <ErrorMsg v-if="is_active == 0" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score" @ss="getBlankIndexss"></ErrorMsg>
|
|
|
- <ErrorMsg2 v-if="is_active == 292" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score"></ErrorMsg2>
|
|
|
- <!-- <CaseQualityBox :list="results" /> -->
|
|
|
+ <!-- <ErrorMsg v-if="is_active == 0" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score" @ss="getBlankIndexss"></ErrorMsg>
|
|
|
+ <ErrorMsg2 v-if="is_active == 292" class="cont-reight" :titleName="titleName" :errorList="errorList" :score="score"></ErrorMsg2> -->
|
|
|
+ <CaseQualityBox :list="results" />
|
|
|
</template>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -252,17 +252,16 @@ export default {
|
|
|
this.valData = this.storageGet('getData');
|
|
|
if (this.valData) {
|
|
|
this.funQuery();
|
|
|
+ this.getCaseQualityResults()
|
|
|
}
|
|
|
this.getTree();
|
|
|
- // this.getCaseQualityResults()
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
// 获取新病案指控结果
|
|
|
getCaseQualityResults() {
|
|
|
const params = {
|
|
|
- // id: this.valData,
|
|
|
- id: 723264
|
|
|
+ id: Number(this.valData),
|
|
|
};
|
|
|
this.$axios.post('/get_case_quality', params).then(res => {
|
|
|
this.results = res.data
|