Commit 8f35aee6 authored by zhengke's avatar zhengke

修改

parent 2099d211
......@@ -455,14 +455,14 @@
handler(newValue) {
this.ChooseItem.ShowTitle = newValue;
},
immediate: true
deep: true
},
'ChooseItem.Score':{
handler(newValue) {
this.ChooseItem.Score = newValue;
this.calcPaper();
},
immediate: true
deep: true
}
},
data() {
......@@ -770,6 +770,7 @@
this.ComOneIndex = index;
this.ComCheckIndex = index2;
this.ChooseItem = questionItem;
        this.$refs.UE_Title.reloadNewValue();
this.$forceUpdate();
},
//保存题目
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment