add handle filter dinamic like
This commit is contained in:
@ -110,7 +110,6 @@ export default class CommonHelper {
|
|||||||
|
|
||||||
if (p != 'any') {
|
if (p != 'any') {
|
||||||
if (!validate(f)) {
|
if (!validate(f)) {
|
||||||
console.log('ffffff', f, p)
|
|
||||||
let found = false;
|
let found = false;
|
||||||
if (fr['from']) {
|
if (fr['from']) {
|
||||||
whereAttrPre.push(p + " >= :" + p + '_from');
|
whereAttrPre.push(p + " >= :" + p + '_from');
|
||||||
|
|||||||
Reference in New Issue
Block a user