fix:mopint筛选问题

This commit is contained in:
shijing 2024-05-09 16:26:05 +08:00
parent ce9fdf52b4
commit fb67075e19
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,8 @@
:apiObj="apiObj"
row-key="id"
remoteSort
:query="query"
:params="params"
@selection-change="selectionChange"
>
<el-table-column type="selection" width="50" />
@ -303,6 +305,7 @@ export default {
permission: false,
},
apiObj: this.$API.enm.mpoint.list,
params: {},
query: {},
selection: [],
mplogRecord: [],
@ -396,6 +399,7 @@ export default {
this.$refs.table.refresh();
},
handleQuery() {
// this.$refs.table.refresh();
this.$refs.table.queryData(this.query);
},
resetQuery() {