Przeglądaj źródła

缺陷详情所属任务添加bizId

qinzhipeng_v 5 lat temu
rodzic
commit
44bfe29c71

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

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