Compare commits
No commits in common. "d27ed741dbbab6265b6c170c09a7c04d9c13c907" and "c3e5ed0bff644c0d5830320deac63305d549f6aa" have entirely different histories.
d27ed741db
...
c3e5ed0bff
|
@ -475,9 +475,6 @@ 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 @viewMecialAudit="viewMecialAudit"/>
|
||||
<RecordList />
|
||||
</el-dialog>
|
||||
</template>
|
||||
</BaseContainer>
|
||||
|
@ -632,10 +632,6 @@ 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