|
@@ -658,8 +658,6 @@ export default {
|
|
this.task_form.stageString === '正常' ? this.bgStyle = '#69B3FF' : ''
|
|
this.task_form.stageString === '正常' ? this.bgStyle = '#69B3FF' : ''
|
|
this.task_form.stageString === '延期' ? this.bgStyle = '#FF8952' : ''
|
|
this.task_form.stageString === '延期' ? this.bgStyle = '#FF8952' : ''
|
|
this.task_form.stageString === '已延期' ? this.bgStyle = '#F56C6C' : ''
|
|
this.task_form.stageString === '已延期' ? this.bgStyle = '#F56C6C' : ''
|
|
- } else {
|
|
|
|
- this.$message({ message: res.msg, type: 'error', offset: 150 })
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|
|
commentList({ type: 3, joinId: this.taskId[1] }).then(res => {
|
|
commentList({ type: 3, joinId: this.taskId[1] }).then(res => {
|