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

页面修改

parent bc8d125e
......@@ -100,11 +100,11 @@
// item.optionsShow = !item.optionsShow;
// },
clickoptions(type) {
console.log("data.currentAction",data.currentAction);
let showTypeMsg = {
CourseId: data.currentAction.CourseId,
Times: data.currentAction.Times,
ShowType: type
CommentMainId: data.currentAction.Id,
ShowType: type,
};
proxy.$request("/Teacher/SetStuCommentShowTypeByTimes", showTypeMsg).then(res => {
if (res.Code==1) {
......
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