|
|
@@ -243,7 +243,7 @@
|
|
|
trigger="hover"
|
|
|
content="测评机构已提交结束申请,请确认是否结束该任务">
|
|
|
<el-button v-if="taskOperationControl.confirmFinish" type="success" size="mini" slot="reference"
|
|
|
- @click="endTask()">确认结束
|
|
|
+ @click="endTask()">结束任务
|
|
|
</el-button>
|
|
|
</el-popover>
|
|
|
|
|
|
@@ -730,7 +730,7 @@ export default {
|
|
|
//获取任务详情失败时回调函数
|
|
|
getTaskDetailFail(error) {
|
|
|
this.hideLoading()
|
|
|
- // notify('error', '获取任务详情失败:' + error.data)
|
|
|
+ notify('error', '获取任务详情失败:' + error.data)
|
|
|
},
|
|
|
|
|
|
//处理显示报告
|
|
|
@@ -832,7 +832,7 @@ export default {
|
|
|
},
|
|
|
//更新任务信息失败时回调函数
|
|
|
updateTaskFail(error) {
|
|
|
- notify('error', '修改失败:' + error.data)
|
|
|
+ notify('error', '修改失败:' + error.data)
|
|
|
this.hideLoading()
|
|
|
},
|
|
|
//上传任务需求文档
|
|
|
@@ -848,7 +848,7 @@ export default {
|
|
|
// console.log(res)
|
|
|
this.task.requireDocUrl = res.data
|
|
|
}).catch((error) => {
|
|
|
- // notify('error', '上传失败:' + error.data)
|
|
|
+ // notify('error', '上传失败:' + error.data)
|
|
|
this.uploadRequireDocFail(error)
|
|
|
})
|
|
|
},
|
|
|
@@ -865,7 +865,7 @@ export default {
|
|
|
this.task.endPoint.threePageUrl = res.data
|
|
|
console.log("this.task.endPoint.threePageUrl " + this.task.endPoint.threePageUrl)
|
|
|
}).catch((error) => {
|
|
|
- // notify('error', '上传失败:' + error.data)
|
|
|
+ // notify('error', '上传失败:' + error.data)
|
|
|
this.uploadRequireDocFail(error)
|
|
|
})
|
|
|
},
|