解决未渲染问题

This commit is contained in:
yunkexin 2026-04-23 15:16:41 +08:00
parent 4c2a534616
commit 4a9f31081a

View File

@ -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-form-item>
<u-subsection activeColor="#0eacf5" mode="subsection" :list="list"
:current="item.EVALUATION_RESULT"
@change="sectionChange($event,item)"></u-subsection>
</u-form-item>
</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, "", "")