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

Commit 0d607ebc by 李严凡

图像图层审核打分传参修改

parent 3850cec8
...@@ -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.file.id, fileId: this.$route.params.file,
scoreForm: this.scoreForm scoreForm: this.scoreForm
}, },
url: "task/gradePieces" url: "task/gradePieces"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<el-button @click="isInfo = false">取消</el-button> <el-button @click="isInfo = false">取消</el-button>
<el-button @click="deleteLabelInList()">删除</el-button> <el-button @click="deleteLabelInList()">删除</el-button>
</div> </div>
<!-- <div style="overflow: auto" v-if="this.routeParams.operationSign == 1">--> <!-- <div style="overflow: auto" v-if="this.$route.params.operationSign == 1">-->
<!-- <el-button type="primary" @click="commentScore = true">打分</el-button>--> <!-- <el-button type="primary" @click="commentScore = true">打分</el-button>-->
<!-- <el-button type="primary" @click="submit()">提交</el-button>--> <!-- <el-button type="primary" @click="submit()">提交</el-button>-->
<!-- <el-dialog title="请打分" :visible.sync="commentScore" width="400px">--> <!-- <el-dialog title="请打分" :visible.sync="commentScore" width="400px">-->
...@@ -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.file.id, fileId: this.$route.params.file,
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