diff --git a/src/views/data/photo/index.vue b/src/views/data/photo/index.vue index f28af5e..8f225cb 100644 --- a/src/views/data/photo/index.vue +++ b/src/views/data/photo/index.vue @@ -11,7 +11,7 @@ { this.currdataList=response.data; this.total=response.count; @@ -152,7 +155,7 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { - this.queryParams.pageNum = 1; + this.queryParams.page = 1; this.getList(); }, /** 重置按钮操作 */