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

Commit 81da5162 by Wang Yuhang

修复已完成任务页面bug

parent cc055be4
......@@ -71,10 +71,8 @@ export default {
beforeMount () {
// 拉取分片信息
var self = this, params = { taskId: this.taskId }
if (this.showProgress) {
if (this.isCheck) params.isCheck = true
else params.userId = this.userId
}
if (this.isCheck) params.isCheck = true
if (this.withExecutor) params.userId = this.userId
this.axios.get('/slice/getPieces', { params }).then(res => { self.tableData = res.data })
},
methods: {
......
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