commit
This commit is contained in:
@@ -381,6 +381,9 @@
|
||||
this.tableIndex++
|
||||
let index = this.tableIndex * 20
|
||||
let endIndex = index + 20
|
||||
if (this.tableIndex * 20 > this.itemLists.length) {
|
||||
this.$message.warning('没有更多了')
|
||||
}
|
||||
let newData = this.itemLists.slice(index, endIndex)
|
||||
this.itemList = this.itemList.concat(newData)
|
||||
},
|
||||
|
||||
@@ -980,7 +980,7 @@ export default {
|
||||
})
|
||||
} else if (row.taskInfo === '责任人审核') {
|
||||
this.$router.push({
|
||||
name: 'phoneBzjdStep4',
|
||||
name: 'bzjdStep4',
|
||||
query: {
|
||||
taskIds: row.taskIds,
|
||||
prcId: row.prcId,
|
||||
|
||||
Reference in New Issue
Block a user