瀏覽代碼

缺陷详情所属任务添加bizId

qinzhipeng_v 5 年之前
父節點
當前提交
44bfe29c71
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()