|
@@ -715,7 +715,7 @@ export default {
|
|
this.RichText()
|
|
this.RichText()
|
|
})
|
|
})
|
|
this.getBusinessLinePlatformModule()
|
|
this.getBusinessLinePlatformModule()
|
|
- taskListCreate({}).then(res => {
|
|
|
|
|
|
+ taskListCreate({ bizId: Number(localStorage.getItem('bizId')) }).then(res => {
|
|
this.taskEnumList = res.data // 所属任务
|
|
this.taskEnumList = res.data // 所属任务
|
|
})
|
|
})
|
|
this.getCommentList()
|
|
this.getCommentList()
|