diff --git a/src/views/basic/corpMaintain/corpSelect.vue b/src/views/basic/corpMaintain/corpSelect.vue index 71dc5290..0d1be379 100644 --- a/src/views/basic/corpMaintain/corpSelect.vue +++ b/src/views/basic/corpMaintain/corpSelect.vue @@ -441,7 +441,7 @@ import { }, handleCurrentChange(val) { - this.query.page = val; + this.query.page = val.page; this.getList(); }, getBasicThirdSys() { diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 30bdf7e4..4064d7f4 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -637,6 +637,7 @@ export default { }, onUserSubmit() { this.userQuery.deptId = this.currentRow.id; + this.userQuery.page=1; this.getUerList(); }, getUerList() { diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index 964f7c60..7215cc59 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -150,6 +150,7 @@ export default { }, cancelDialog() { this.modifyDialogVisible = false; + this.getList(); }, search() { this.filterQuery.page = 1; diff --git a/src/views/system/param/busTypePreModify.vue b/src/views/system/param/busTypePreModify.vue index 371bbcb5..92b114d1 100644 --- a/src/views/system/param/busTypePreModify.vue +++ b/src/views/system/param/busTypePreModify.vue @@ -54,7 +54,7 @@ -