fix:修复 Administration 列表重复请求
This commit is contained in:
@@ -186,7 +186,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.size(this.pageSize)
|
|
||||||
this.currentPageNo = parseInt(this.currentPageNo)
|
this.currentPageNo = parseInt(this.currentPageNo)
|
||||||
this.current(this.currentPageNo)
|
this.current(this.currentPageNo)
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -293,6 +293,6 @@ export default {
|
|||||||
const arr = localStorageTableTitle.splice(this.$refs.dataTable.tableTitle.length, localStorageTableTitle.length)
|
const arr = localStorageTableTitle.splice(this.$refs.dataTable.tableTitle.length, localStorageTableTitle.length)
|
||||||
this.tools.customTableTitle = this.tools.customTableTitle.concat(arr)
|
this.tools.customTableTitle = this.tools.customTableTitle.concat(arr)
|
||||||
}
|
}
|
||||||
this.getTableData()
|
// this.getTableData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user