Commit f5f08b9b authored by 朱松文's avatar 朱松文

清除按钮查询优化

parent fcb91204
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
<el-pagination <el-pagination
background background
layout="total,prev, pager, next,jumper" layout="total,prev, pager, next,jumper"
:current-page.sync="queryData.current"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:total="total" :total="total"
></el-pagination> ></el-pagination>
...@@ -216,6 +217,7 @@ export default class SysSetting extends BaseVue { ...@@ -216,6 +217,7 @@ export default class SysSetting extends BaseVue {
handleClean(): void { handleClean(): void {
this.queryData.groupName = ""; this.queryData.groupName = "";
this.queryData.name = ""; this.queryData.name = "";
this.queryCamera();
} }
async handleConfirmDel(): Promise<void> { async handleConfirmDel(): Promise<void> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment