文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit b28011f9 by Wang Yuhang

Merge branch 'develop' of ssh://gitlab.redhtc.com:1422/Berlincen/DA-Platform into dev

parents 3e695dfc ec506dc6
......@@ -241,7 +241,24 @@ export default {
}
},
submit(){
alert("inin");
// alert("inin");
this.axios({
method:"get",
params:{
userId:this.$store.state.userInfo.userId,
fileId:this.file.id,
scoreForm:this.scoreForm
},
url:"task/gradePieces",
}).then(res=>{
if(res.code == 0){
alert("分数提交失败!");
}
else if(res.code == 1){
alert("打分成功");
this.$router.push({path: '/check'});
}
})
},
},
......
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