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

新增参数

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