@steedos-widgets/amis-object 1.1.12 → 1.1.13

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.
@@ -7699,7 +7699,7 @@ setTimeout(()=>{
7699
7699
  * @Author: baozhoutao@steedos.com
7700
7700
  * @Date: 2022-07-05 15:55:39
7701
7701
  * @LastEditors: Please set LastEditors
7702
- * @LastEditTime: 2023-04-18 19:13:30
7702
+ * @LastEditTime: 2023-04-20 11:43:14
7703
7703
  * @Description:
7704
7704
  */
7705
7705
 
@@ -7799,7 +7799,9 @@ setTimeout(()=>{
7799
7799
  const details = ___default.union(mainObjectUiSchema.details,mainObjectUiSchema.lookup_details) || [];
7800
7800
  for (const detail of details) {
7801
7801
  const arr = detail.split(".");
7802
- mainRelated[arr[0]] = arr[1];
7802
+ if(!___default.has(mainRelated,arr[0])){
7803
+ mainRelated[arr[0]] = arr[1];
7804
+ }
7803
7805
  }
7804
7806
  }
7805
7807
  }