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
|
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 @viewMecialAudit="viewMecialAudit"/>
|
<RecordList />
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</template>
|
</template>
|
||||||
</BaseContainer>
|
</BaseContainer>
|
||||||
|
@ -632,10 +632,6 @@ 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