eztech-core-components 1.0.37 → 1.0.39
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:
|
|
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:
|
|
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/comps/CoreFiles.vue
CHANGED
|
@@ -245,7 +245,7 @@ export default {
|
|
|
245
245
|
disabled: { type: Boolean, default: false },
|
|
246
246
|
comType: { type: String, default: 'normal' },
|
|
247
247
|
fileRoute: { type: String, default: '' },
|
|
248
|
-
isFileSecret: { type: Boolean, default:
|
|
248
|
+
isFileSecret: { type: Boolean, default: false },
|
|
249
249
|
rootApiId: { type: String, default: null },
|
|
250
250
|
rootTempId: { type: String, default: null }
|
|
251
251
|
},
|
|
@@ -281,7 +281,7 @@ export default {
|
|
|
281
281
|
default: false
|
|
282
282
|
},
|
|
283
283
|
fileRoute: { type: String, default: '' },
|
|
284
|
-
isFileSecret: { type: Boolean, default:
|
|
284
|
+
isFileSecret: { type: Boolean, default: false },
|
|
285
285
|
rootApiId: { type: String, default: null },
|
|
286
286
|
rootTempId: { type: String, default: null }
|
|
287
287
|
},
|