Commit b76a84e6 authored by 黄奎's avatar 黄奎

页面修改

parent 74dd1f9f
......@@ -453,20 +453,26 @@
watch: {
'ChooseItem.Title': {
handler(newValue) {
this.ChooseItem.ShowTitle = this.getRegItem(newValue);
if (this.ChooseItem) {
this.ChooseItem.ShowTitle = this.getRegItem(newValue);
}
},
deep: true
},
'ChooseItem.Score': {
handler(newValue) {
this.ChooseItem.Score = newValue;
this.calcPaper();
if (this.ChooseItem) {
this.ChooseItem.Score = newValue;
this.calcPaper();
}
},
deep: true
},
'ChooseItem.QuestionContentObj': {
handler(newValue) {
this.ChooseItem.QuestionContentObj = newValue;
if (this.ChooseItem) {
this.ChooseItem.QuestionContentObj = newValue;
}
},
deep: true
}
......@@ -856,6 +862,8 @@
path: '/exam/examPaper',
query: {}
});
// this.ChooseItem = null;
// this.GetPaperInfo();
} else {
this.$q.notify({
type: 'negative',
......
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