From ddd458cbc408b57353e908ec9b788a138e30042f Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 14 十二月 2022 18:18:21 +0800 Subject: [PATCH] 2022-12-14 肖辉 预警研判-- 列表数据展示 --- src/views/intelligentPatrol/illegalSearch/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/intelligentPatrol/illegalSearch/index.vue b/src/views/intelligentPatrol/illegalSearch/index.vue index 463c5e2..9274a8b 100644 --- a/src/views/intelligentPatrol/illegalSearch/index.vue +++ b/src/views/intelligentPatrol/illegalSearch/index.vue @@ -33,8 +33,8 @@ </div> <!-- 鏁版嵁灞曠ず --> <el-table ref="multipleTable" - :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" - :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> + :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" + :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> <el-table-column type="selection" min-width="5"> </el-table-column> <el-table-column prop="code" label="浜嬩欢缂栧彿" min-width="10"> @@ -237,6 +237,7 @@ }, // 琛ㄥ崟閲嶇疆 handleReset() { + this.currentPage = 1; this.$refs.condition.resetFields(); this.getTableData(); }, @@ -345,4 +346,4 @@ border: none; background-color: #09152f; }}}}}} -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0