zhytech-ui-mobile 1.1.13 → 1.1.14
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
|
@@ -26620,7 +26620,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
26620
26620
|
let newFileList = fileList;
|
|
26621
26621
|
for (let i2 = 0; i2 < components2.length; i2++) {
|
|
26622
26622
|
const component = components2[i2];
|
|
26623
|
-
if (componentIDs.includes(component.id)) {
|
|
26623
|
+
if (componentIDs.includes(component.id) && component.type !== "label") {
|
|
26624
26624
|
const newPageID = component.props.pageID || pageID;
|
|
26625
26625
|
const result = setDataByComponentType(newResultData, newFileList, component.id, data2, component, groupID, newPageID);
|
|
26626
26626
|
newResultData = result.resultData;
|