This commit is contained in:
Henry Jordan
2021-10-06 20:25:42 +00:00
parent a57281e845
commit eb4bb5a6a9
5 changed files with 26 additions and 53 deletions

View File

@@ -747,7 +747,6 @@ export default {
that.filterItems = newItems;
dt = that.formatDataResponse(response.data.data);
that.cardColumns = columns;
debugger;
if (that.isFistTime) {
that.filters = that.data.settings && that.data.settings.filters ? that.data.settings.filters : {};
that.columns = that.data.settings && that.data.settings.columns ? that.data.settings.columns : that.getTableColumns(columns);