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

Commit 6556fb7b by 李严凡

图片/层打分传参修改

parent 0d607ebc
...@@ -924,7 +924,7 @@ export default { ...@@ -924,7 +924,7 @@ export default {
method: "get", method: "get",
params: { params: {
userId: this.$store.state.userInfo.userId, userId: this.$store.state.userInfo.userId,
fileId: this.$route.params.file, fileId: this.$route.params.file.id,
scoreForm: this.scoreForm scoreForm: this.scoreForm
}, },
url: "task/gradePieces" url: "task/gradePieces"
......
...@@ -735,7 +735,7 @@ ...@@ -735,7 +735,7 @@
method: "get", method: "get",
params: { params: {
userId: this.$store.state.userInfo.userId, userId: this.$store.state.userInfo.userId,
fileId: this.$route.params.file, fileId: this.$route.params.file.id,
scoreForm: this.scoreForm scoreForm: this.scoreForm
}, },
url: "task/gradePieces" url: "task/gradePieces"
......
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