fix:mopint筛选问题
This commit is contained in:
parent
ce9fdf52b4
commit
fb67075e19
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue