@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.
- package/XklForm.vue +4 -4
- 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>
|