fix code style

This commit is contained in:
Rodrigo Quelca
2021-07-29 20:54:44 +00:00
parent 817161c3ee
commit 17206baa30
5 changed files with 1 additions and 16 deletions

View File

@@ -421,7 +421,6 @@ export default {
filters = {
paged: paged,
}
debugger;
_.forIn(this.filters, function (item, key) {
if(filters && item.value) {
filters[item.filterVar] = item.value;