医学审核失效记录添加查看功能
parent
f8d921d9e5
commit
093be87efb
|
@ -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]
|
||||
|
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue