浏览代码

优化需求

qinzhipeng_v@didiglobal.com 4 年之前
父节点
当前提交
2c942cb12c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/projectManage/bugList/file/createdBug.vue

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

@@ -572,7 +572,7 @@ export default {
     async getTaskList(val) {
       // 获取所属任务列表
       const params = {
-        // bizId: this.formInline.bizId
+        bizId: this.formInline.bizId
       }
       switch (this.$route.name) {
         case '项目详情':
@@ -580,6 +580,7 @@ export default {
           break
         case '需求详情':
           params.requireId = this.nowPageId
+          delete params.bizId
           break
         case '任务详情':
           params.id = this.nowPageId