医学审核失效记录添加查看功能
parent
f8d921d9e5
commit
093be87efb
|
@ -475,6 +475,9 @@ export default {
|
||||||
this.mimOptions = res.Result
|
this.mimOptions = res.Result
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
handleReadMecialAudit(row) {
|
||||||
|
this.$emit('viewMecialAudit', row)
|
||||||
|
},
|
||||||
changeTimeList() {
|
changeTimeList() {
|
||||||
if (this.timeList) {
|
if (this.timeList) {
|
||||||
this.searchData.BeginAllocateDate = this.timeList[0]
|
this.searchData.BeginAllocateDate = this.timeList[0]
|
||||||
|
|
|
@ -478,7 +478,7 @@
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
custom-class="base-dialog-wrapper"
|
custom-class="base-dialog-wrapper"
|
||||||
>
|
>
|
||||||
<RecordList />
|
<RecordList @viewMecialAudit="viewMecialAudit"/>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</template>
|
</template>
|
||||||
</BaseContainer>
|
</BaseContainer>
|
||||||
|
@ -632,6 +632,10 @@ export default {
|
||||||
this.currentRow = { ...row }
|
this.currentRow = { ...row }
|
||||||
this.auditVisible = true
|
this.auditVisible = true
|
||||||
},
|
},
|
||||||
|
viewMecialAudit(row) {
|
||||||
|
this.currentRow = { ...row }
|
||||||
|
this.auditVisible = true
|
||||||
|
},
|
||||||
assignMedicalReviewTask(row, type) {
|
assignMedicalReviewTask(row, type) {
|
||||||
var params = {
|
var params = {
|
||||||
IdList: [
|
IdList: [
|
||||||
|
|
Loading…
Reference in New Issue