biz9-logic 4.9.100 → 4.9.101
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
|
@@ -1104,7 +1104,7 @@ class Event_Logic {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
class Field_Logic {
|
|
1106
1106
|
static get_item_max_group_id = (value_id,item) => {
|
|
1107
|
-
let max_group_id =
|
|
1107
|
+
let max_group_id = 0;
|
|
1108
1108
|
let full_prop_str = "";
|
|
1109
1109
|
for(const prop in item){
|
|
1110
1110
|
full_prop_str = String(prop + " "+full_prop_str);
|