Commit 3a8c0146 authored by 黄奎's avatar 黄奎

页面修改

parent 26c3b58a
......@@ -721,7 +721,25 @@
//保存题目
SavePaper() {
savePaperInfo(this.DataObj).then(res => {
if (res.Code == 1) {
this.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
message: '操作成功!',
position: 'top'
})
this.$router.push({
path: '/exam/examManagement',
query: {}
});
} else {
this.$q.notify({
type: 'negative',
position: "top",
message: `操作失败!`
})
}
})
},
closeQuestForm() {
......
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