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

+ 2 - 2
src/views/projectManage/bugList/details/bugTableDialog.vue

@@ -6,7 +6,7 @@
           <span class="bug-statusList" :class="[statusNum === item.value ? 'bug-color' : 'bug-bgColor']" @click="bugGetQueryList(item)">{{ item.name }}</span>
         </span>
       </div>
-      <el-popover placement="bottom-end" width="400" trigger="click">
+      <el-popover placement="bottom-end" width="400" trigger="click" :visible-arrow="false">
         <div class="bug-query">
           <div class="bug-queryTitle"> 筛选项 </div>
           <span class="el-icon-close bug-statusList" @click="clone" />
@@ -307,7 +307,7 @@ export default {
     },
     bugClickIcon() {
       this.bugIcon = false
-      this.statusNum = ''
+      this.statusNum = 44
     },
     getBugList() {
       this.bugGetTableList(this.queryData, false)