@xuekl/cli-components 1.9.154 → 1.9.155

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.
Files changed (2) hide show
  1. package/XklForm.vue +4 -4
  2. package/package.json +1 -1
package/XklForm.vue CHANGED
@@ -561,11 +561,11 @@ onBeforeUnmount(() => {
561
561
  form.onUnmount()
562
562
  }
563
563
  // 清空字段缓存,释放自定义组件配置
564
- sourceFormList.length = 0
565
- formList.value = []
564
+ //sourceFormList.length = 0
565
+ //formList.value = []
566
566
  // 清空缓存字段数据
567
- Object.keys(modeFields).forEach(key => delete modeFields[key])
568
- conditionItemList = []
567
+ //Object.keys(modeFields).forEach(key => delete modeFields[key])
568
+ //conditionItemList = []
569
569
  })
570
570
 
571
571
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuekl/cli-components",
3
- "version": "1.9.154",
3
+ "version": "1.9.155",
4
4
  "description": "element-plus 组件二次封装",
5
5
  "main": "index.ts",
6
6
  "scripts": {