eztech-core-components 1.0.37 → 1.0.38

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.
@@ -141,7 +141,7 @@ export default {
141
141
  params: {
142
142
  search: JSON.stringify({
143
143
  parent_id: { val: parent_id, t: 'number', op: 'eq' },
144
- category_id: { val: 2, t: 'number', op: 'eq' }
144
+ category_id: { val: '147358834480914357', t: 'number', op: 'eq' }
145
145
  }),
146
146
  fields: '_id,parent_id,name,short_name',
147
147
  isHasChildren: false
@@ -157,7 +157,7 @@ export default {
157
157
  params: {
158
158
  search: JSON.stringify({
159
159
  parent_id: { val: parent_id, t: 'number', op: 'eq' },
160
- category_id: { val: 2, t: 'number', op: 'eq' }
160
+ category_id: { val: '147358834480914357', t: 'number', op: 'eq' }
161
161
  }),
162
162
  fields: '_id,parent_id,name,short_name',
163
163
  isHasChildren: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eztech-core-components",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },