From 422e92fe13ceee7c774cea9d3ff6f30b6523388d Mon Sep 17 00:00:00 2001 From: yx Date: Tue, 12 Jul 2022 10:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=84=E5=83=8F=E6=9C=BA=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/currdata/index.vue | 10 +- src/views/system/user/index.vue | 2 +- src/views/web/camera/index.vue | 607 +++++++++++++++++++----------- 3 files changed, 398 insertions(+), 221 deletions(-) diff --git a/src/views/data/currdata/index.vue b/src/views/data/currdata/index.vue index 7d94402..12b4640 100644 --- a/src/views/data/currdata/index.vue +++ b/src/views/data/currdata/index.vue @@ -49,8 +49,8 @@ @@ -120,8 +120,8 @@ export default { open: false, // 查询参数 queryParams: { - pageNum: 1, - pageSize: 10, + page: 1, + limit: 10, stnmId: null, stnm: null, mainType: null, @@ -218,7 +218,7 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { - this.queryParams.pageNum = 1; + this.queryParams.page = 1; this.getList(); }, /** 重置按钮操作 */ diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index a9ed055..798976c 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -273,7 +273,7 @@ - + - + 搜索 @@ -25,35 +15,16 @@ - 删除 + 删除 - 导出 + 导出 - 重启服务 + 重启服务 @@ -61,9 +32,9 @@ - + @@ -73,13 +44,17 @@ - + - + @@ -181,7 +146,7 @@ - + @@ -218,10 +183,71 @@ 确 定 + + +
+ +
+ + + + + + + + + + + +
+
+ +
+ + +
+ + + + + + + 查询 + + + + + + + + + + + + + + + + + + +
+ + +