Commit 8f35aee6 authored by zhengke's avatar zhengke

修改

parent 2099d211
...@@ -455,14 +455,14 @@ ...@@ -455,14 +455,14 @@
handler(newValue) { handler(newValue) {
this.ChooseItem.ShowTitle = newValue; this.ChooseItem.ShowTitle = newValue;
}, },
immediate: true deep: true
}, },
'ChooseItem.Score':{ 'ChooseItem.Score':{
handler(newValue) { handler(newValue) {
this.ChooseItem.Score = newValue; this.ChooseItem.Score = newValue;
this.calcPaper(); this.calcPaper();
}, },
immediate: true deep: true
} }
}, },
data() { data() {
...@@ -770,6 +770,7 @@ ...@@ -770,6 +770,7 @@
this.ComOneIndex = index; this.ComOneIndex = index;
this.ComCheckIndex = index2; this.ComCheckIndex = index2;
this.ChooseItem = questionItem; this.ChooseItem = questionItem;
        this.$refs.UE_Title.reloadNewValue();
this.$forceUpdate(); 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