Browse Source

优化需求详情页归属任务

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
bbc64d6509
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/projectManage/bugList/file/createdBug.vue

+ 1 - 2
src/views/projectManage/bugList/file/createdBug.vue

@@ -572,9 +572,8 @@ export default {
     async getTaskList(val) {
       // 获取所属任务列表
       const params = {
-        bizId: this.formInline.bizId
+        // bizId: this.formInline.bizId
       }
-      // console.log(params, this.formInline)
       switch (this.$route.name) {
         case '项目详情':
           params.projectId = this.nowPageId