Commit e60bef28 authored by “lixuyan”'s avatar “lixuyan”

修改AO标识维护的分页

parent ec249ce4
......@@ -316,6 +316,7 @@ export default {
this.$nextTick(() => {
this.nodeData = data
this.level = level
this.tablePagination.currentPage = 1
this.getTableData(data, level)
})
})
......
......@@ -300,6 +300,7 @@ export default {
this.$nextTick(() => {
this.nodeData = data
this.level = level
this.tablePagination.currentPage = 1
this.getTableData(data, level)
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment