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

Commit 464f88ef by Wang Yuhang

修复获取标注者聊表的but

parent 3352e0e5
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<pieces-table :task-id="task.id" showProgress isCheck> <pieces-table :task-id="task.id" showProgress isCheck>
<template v-slot:option="slotProps"> <template v-slot:option="slotProps">
<el-button type="primary" size="mini" plain <el-button type="primary" size="mini" plain
@click="doOption(slotProps.file,slotProps.type,slotProps.pieceId)" @click="doOption(slotProps.file,slotProps.piece)"
>审核</el-button> >审核</el-button>
</template> </template>
</pieces-table> </pieces-table>
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
getExecutors () { getExecutors () {
this.loading = true this.loading = true
var self = this, params = { var self = this, params = {
pieceId: this.piece.pieceId, pieceId: this.piece.id,
fileId: this.file.id fileId: this.file.id
} }
this.axios.get('/file/getExecutors', { this.axios.get('/file/getExecutors', {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
type="primary" type="primary"
size="mini" size="mini"
plain plain
@click="doOption(slotProps.file,slotProps.type)" @click="doOption(slotProps.file,slotProps.piece)"
>详情</el-button> >详情</el-button>
</template> </template>
</pieces-table> </pieces-table>
......
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