Commit cc2f0c68 authored by zhengke's avatar zhengke

修改

parent 52d2ae1e
......@@ -201,6 +201,12 @@
//新增修改文件夹
showExamFolder(obj) {
this.$refs.examPaper.showExamFolder(obj);
},
//创建试卷
CreatePaper() {
this.OpenNewUrl('/exam/paperCreate', {
ToParentId: this.msg.ParentId
})
}
}
}
......
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