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