|
@@ -313,7 +313,7 @@
|
|
<div class="hz"></div>
|
|
<div class="hz"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <AppealModal ref="AppealModalRef" @onUpdate="getTabsData()"/>
|
|
|
|
|
|
+ <AppealModal ref="AppealModalRef" @onUpdate="handleUpdate()"/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -679,6 +679,10 @@ export default {
|
|
this.$refs.AppealModalRef.openAppealDialog(type, items, quality_type)
|
|
this.$refs.AppealModalRef.openAppealDialog(type, items, quality_type)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ handleUpdate() {
|
|
|
|
+ this.getTabsData();
|
|
|
|
+ this.getAppealMessageNum();
|
|
|
|
+ },
|
|
getTabsData(isNeedRefreshNum) {
|
|
getTabsData(isNeedRefreshNum) {
|
|
// 病案首页
|
|
// 病案首页
|
|
if(this.activeName == 'first') {
|
|
if(this.activeName == 'first') {
|