@@ -70,6 +70,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div slot="main-container">
|
<div slot="main-container">
|
||||||
<el-table
|
<el-table
|
||||||
|
:ref="TrialReadingCriterionId"
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
v-adaptive="{bottomOffset:85}"
|
v-adaptive="{bottomOffset:85}"
|
||||||
border
|
border
|
||||||
@@ -968,6 +969,9 @@ export default {
|
|||||||
this.total = res.Result.TotalCount
|
this.total = res.Result.TotalCount
|
||||||
this.ClearAudienceVisible = false
|
this.ClearAudienceVisible = false
|
||||||
this.SubjectAssignSelectList = []
|
this.SubjectAssignSelectList = []
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs[this.TrialReadingCriterionId][0].doLayout()
|
||||||
|
})
|
||||||
}).catch(() => { this.loading = false })
|
}).catch(() => { this.loading = false })
|
||||||
},
|
},
|
||||||
handleSearch() {
|
handleSearch() {
|
||||||
|
|||||||
Reference in New Issue
Block a user