|
@@ -433,7 +433,7 @@ export default {
|
|
|
priorityColors: ['#F56C6C', '#FF8952', '#7ED321'],
|
|
|
statusColors: ['#6AB4FF', '#6AB4FF', '#FFCC66', '#7ED321', '#F56C6C'],
|
|
|
curIndex: 1,
|
|
|
- pageSize: 8,
|
|
|
+ pageSize: 15,
|
|
|
task_form: {
|
|
|
statusString: '未开始',
|
|
|
describe: '',
|
|
@@ -936,7 +936,8 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- bugList({ status: e, taskId: Number(this.taskId[1]) }).then(res => {
|
|
|
+ this.curIndex = 1
|
|
|
+ bugList({ status: e, taskId: Number(this.taskId[1]), pageSize: this.pageSize, curIndex: this.curIndex }).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
if (res.data !== null) {
|
|
|
this.colorSty = ''
|