This commit is contained in:
@@ -409,6 +409,10 @@ export default {
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
clientCriteria: {
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
showSelect: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
@@ -502,7 +506,7 @@ export default {
|
||||
selectedRowIds: selectedRowIds,
|
||||
dataListKey: vm.dataListKey,
|
||||
listView: untokenizeListView(vm.listView),
|
||||
metaView: vm.metaView
|
||||
clientCriteria: vm.clientCriteria
|
||||
};
|
||||
},
|
||||
handleSelectChange() {
|
||||
@@ -646,7 +650,7 @@ export default {
|
||||
limit: listOptions.Limit,
|
||||
dataListKey: vm.dataListKey,
|
||||
listView: untokenizedListView,
|
||||
metaView: vm.metaView
|
||||
clientCriteria: vm.clientCriteria
|
||||
});
|
||||
|
||||
if (res.error) {
|
||||
@@ -695,7 +699,7 @@ export default {
|
||||
vm.getDataFromApi();
|
||||
},
|
||||
beforeUpdate() {
|
||||
if (this.metaView != null && this.listViewId != 0) {
|
||||
if (this.clientCriteria != null && this.listViewId != 0) {
|
||||
this.resetListView();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user