阅片分配列表高度适配更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ba17dd4148
commit
581ed42ab6
|
@ -70,6 +70,7 @@
|
|||
</div>
|
||||
<div slot="main-container">
|
||||
<el-table
|
||||
:ref="TrialReadingCriterionId"
|
||||
v-loading="loading"
|
||||
v-adaptive="{bottomOffset:85}"
|
||||
border
|
||||
|
@ -968,6 +969,9 @@ export default {
|
|||
this.total = res.Result.TotalCount
|
||||
this.ClearAudienceVisible = false
|
||||
this.SubjectAssignSelectList = []
|
||||
this.$nextTick(() => {
|
||||
this.$refs[this.TrialReadingCriterionId][0].doLayout()
|
||||
})
|
||||
}).catch(() => { this.loading = false })
|
||||
},
|
||||
handleSearch() {
|
||||
|
|
Loading…
Reference in New Issue