diff --git a/src/views/fileAuth/authenticate/index.vue b/src/views/fileAuth/authenticate/index.vue index 6b3d2150..dbdccbaa 100644 --- a/src/views/fileAuth/authenticate/index.vue +++ b/src/views/fileAuth/authenticate/index.vue @@ -24,44 +24,6 @@ - - - - - - - - - - - - - - - 搜索 { - this.list = response.list; - this.total = response.total; + getRecordPage(this.queryParams).then((response) => { + this.list = response.data.list; + this.total = response.data.total; this.loading = false; }); },