zhytech-ui-mobile 1.1.14 → 1.1.15
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/README.md
CHANGED
|
@@ -26684,9 +26684,10 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
26684
26684
|
});
|
|
26685
26685
|
fileList.push({
|
|
26686
26686
|
sourceType: component.itemSourceType,
|
|
26687
|
-
|
|
26688
|
-
pageID: component.props.pageID,
|
|
26687
|
+
pageID,
|
|
26689
26688
|
groupID,
|
|
26689
|
+
parentID: componentID,
|
|
26690
|
+
id: componentID,
|
|
26690
26691
|
fileIDs,
|
|
26691
26692
|
files: addFileList
|
|
26692
26693
|
});
|