cloud-web-corejs 1.0.79 → 1.0.80

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.
@@ -1809,6 +1809,9 @@ export const basicFields = [
1809
1809
  labelColor: '#555555',
1810
1810
  ...defaultWfConfig,
1811
1811
 
1812
+ autoValueEnabled:false,
1813
+ autoValueHanlde:null,
1814
+
1812
1815
  showRuleFlag: 1,
1813
1816
  showRuleEnabled: 1,
1814
1817
  showRules: [],
@@ -209,7 +209,7 @@
209
209
  :field="getRowWidget(obj)"
210
210
  :form-model="globalModel.formModel"
211
211
  :designer="null"
212
- :key="obj.column.params.widget.id+'-'+obj.rowIndex"
212
+ :key="getRowWidgetKey(obj)"
213
213
  :parent-widget="widget"
214
214
  :columnConfig="obj.column.params.columnConfig"
215
215
  :subFormRowIndex="obj.rowIndex"