Procházet zdrojové kódy

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

洪海涛 před 4 roky
rodič
revize
fc856835dd

+ 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) {