Commit 88c40553 authored by 黄奎's avatar 黄奎

新增参数

parent 2be6ab2c
......@@ -624,7 +624,8 @@
} else {
let msg = {
GId: item.GId,
QuestionTypeId: item.QuestionTypeId
QuestionTypeId: item.QuestionTypeId,
PaperId:this.msg.PaperId,
}
DeletePaperGroup(msg).then(res => {
if (res.Code == 1) {
......@@ -851,11 +852,10 @@
message: '操作成功!',
position: 'top'
})
// this.$router.push({
// path: '/exam/examPaper',
// query: {}
// });
this.GetPaperInfo();
this.$router.push({
path: '/exam/examPaper',
query: {}
});
} 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