Compare commits

..

2 Commits

Author SHA1 Message Date
caiyiling d27ed741db Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-05-29 09:51:49 +08:00
caiyiling 093be87efb 医学审核失效记录添加查看功能 2024-05-29 09:51:19 +08:00
2 changed files with 8 additions and 1 deletions

View File

@ -475,6 +475,9 @@ export default {
this.mimOptions = res.Result
})
},
handleReadMecialAudit(row) {
this.$emit('viewMecialAudit', row)
},
changeTimeList() {
if (this.timeList) {
this.searchData.BeginAllocateDate = this.timeList[0]

View File

@ -478,7 +478,7 @@
:close-on-click-modal="false"
custom-class="base-dialog-wrapper"
>
<RecordList />
<RecordList @viewMecialAudit="viewMecialAudit"/>
</el-dialog>
</template>
</BaseContainer>
@ -632,6 +632,10 @@ export default {
this.currentRow = { ...row }
this.auditVisible = true
},
viewMecialAudit(row) {
this.currentRow = { ...row }
this.auditVisible = true
},
assignMedicalReviewTask(row, type) {
var params = {
IdList: [