解决未渲染问题
This commit is contained in:
parent
4c2a534616
commit
4a9f31081a
@ -27,10 +27,11 @@
|
||||
<uni-card style="margin-bottom: 16px;" margin="0" spacing="0" :is-shadow="false"
|
||||
v-for="(item, index) in model.Nav_ResultList">
|
||||
<u-form-item :label="(index+1)+'. '+ item.Nav_Subject.NAME">
|
||||
<u-subsection activeColor="#0eacf5" mode="subsection" :list="list"
|
||||
:current="item.EVALUATION_RESULT"
|
||||
@change="sectionChange($event,item)"></u-subsection>
|
||||
|
||||
</u-form-item>
|
||||
<u-subsection activeColor="#0eacf5" mode="subsection" :list="list"
|
||||
:current="item.EVALUATION_RESULT"
|
||||
@change="sectionChange($event,item)"></u-subsection>
|
||||
</uni-card>
|
||||
</u-collapse>
|
||||
</u--form>
|
||||
@ -81,6 +82,7 @@
|
||||
methods: {
|
||||
sectionChange(index, item) {
|
||||
item.EVALUATION_RESULT = index;
|
||||
this.$forceUpdate()
|
||||
},
|
||||
loadData() {
|
||||
const json = initFilter(this.ORG_ID, "", "")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user