cloud-web-corejs 1.0.54-dev.629 → 1.0.54-dev.630

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.629",
4
+ "version": "1.0.54-dev.630",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -239,8 +239,8 @@ export default {
239
239
  : {};
240
240
  this.layoutType = this.formJson.formConfig.layoutType;
241
241
  let formConfig = this.formJson.formConfig;
242
- if (this.options.fieldKey) {
243
- this.fieldKey = this.options.fieldKey;
242
+ if (this.option.fieldKey) {
243
+ this.fieldKey = this.option.fieldKey;
244
244
  } else if (formConfig.searchDialogUniqueField) {
245
245
  this.fieldKey = formConfig.searchDialogUniqueField;
246
246
  }