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

页面修改

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