提交 5ea6b543 authored 作者: 翟畅's avatar 翟畅

zc防伪码

上级 0e117818
......@@ -15,7 +15,7 @@
</el-select>
</el-form-item>
<el-form-item>
<el-input v-model="listQuery.name" placeholder="请输入明码/暗码" clearable class="selWidth"/>
<el-input v-model="listQuery.code" placeholder="请输入明码/暗码" clearable class="selWidth"/>
</el-form-item>
<el-form-item>
<el-button type="primary" class="ml10" size="small" @click="getList(1)">搜索</el-button>
......@@ -318,7 +318,10 @@ import queryString from "query-string";
this.value = [];
this.listQuery = {
pageNum: 1,
pageSize: this.listQuery.pageSize
pageSize: 50,
phyId: this.$route.query.id,
code:null,
status:null,
};
this.$refs.table.clearFilter()
this.getList();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论