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

清除按钮查询优化

parent fcb91204
......@@ -78,6 +78,7 @@
<el-pagination
background
layout="total,prev, pager, next,jumper"
:current-page.sync="queryData.current"
@current-change="handleCurrentChange"
:total="total"
></el-pagination>
......@@ -216,6 +217,7 @@ export default class SysSetting extends BaseVue {
handleClean(): void {
this.queryData.groupName = "";
this.queryData.name = "";
this.queryCamera();
}
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