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