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
@@ -79,6 +79,11 @@ npm install --legacy-peer-deps
79
79
 
80
80
  > #### 版本更新清单:
81
81
 
82
+ **V 1.1.14**
83
+ ```html
84
+ 1.修复动态模板中如果标题和组件相同时,保存时出现重复问题
85
+ ```
86
+
82
87
  **V 1.1.13**
83
88
  ```html
84
89
  1.修复动态表单复选框/单选框设置分数为0时不显示问题
@@ -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;