Browse Source

缺陷详情所属任务添加bizId

qinzhipeng_v 5 years ago
parent
commit
44bfe29c71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -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()