biz9-logic 4.8.26 → 4.8.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biz9_config +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -977,7 +977,7 @@ class Url{
|
|
|
977
977
|
};
|
|
978
978
|
}
|
|
979
979
|
class Obj {
|
|
980
|
-
static get_search = (
|
|
980
|
+
static get_search = (data_type,filter,sort_by,page_current,page_size) => {
|
|
981
981
|
return {data_type:data_type,filter:filter,sort_by:sort_by,page_current:page_current,page_size:page_size};
|
|
982
982
|
}
|
|
983
983
|
};
|