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