소스 검색

数据大盘:半浮层改造(1.1)

洪海涛 4 년 전
부모
커밋
fc856835dd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/dataBigManage/components/drawerModal/drawerModalData.js
  2. 1 1
      src/views/dataBigManage/components/drawerModal/index.vue

+ 1 - 1
src/views/dataBigManage/components/drawerModal/drawerModalData.js

@@ -509,7 +509,7 @@ export const timelineList = {
   ],
   // 新增缺陷
   newDefect: [
-    '全部', 'P0', 'P1', 'P2', 'P3'
+    '全部', 'P0', 'P1', 'P2+'
   ],
   // 需求数据
   requirementData: [

+ 1 - 1
src/views/dataBigManage/components/drawerModal/index.vue

@@ -701,7 +701,7 @@ export default {
       const res = await bugList({
         ids: this.ids,
         curIndex: this.paging.curIndex,
-        priorityList: this.priorityList,
+        priorityList: this.priorityList[0] === 2 ? [2, 3, 4, 5] : this.priorityList,
         pageSize: this.paging.pageSize
       })
       if (res.code === 200) {