@kmkf-fe-packages/services-components 2.0.79-beta.66 → 2.0.79-beta.67

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.
@@ -105,13 +105,13 @@ var SkxGoods = /*#__PURE__*/_createClass(function SkxGoods(options) {
105
105
  this.name = options.name;
106
106
  this.id = options.id;
107
107
  this.type = options.type;
108
- this.sortField = typeMap[options.type].key;
109
- this.formField = typeMap[options.type].key;
108
+ this.sortField = "".concat(options.id, "_").concat(typeMap[options.type].key);
109
+ this.formField = "".concat(options.id, "_").concat(typeMap[options.type].key);
110
110
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
111
111
  this.isCombinationComponent = true;
112
112
  this.canSort = false;
113
113
  this.skxGoods = new CommonHeaderGoods(_objectSpread(_objectSpread({}, options), {}, {
114
- id: typeMap[options.type].key,
114
+ id: "".concat(options.id, "_").concat(typeMap[options.type].key),
115
115
  name: "商品信息"
116
116
  }));
117
117
  this.children = [this.skxGoods];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.0.79-beta.66",
3
+ "version": "2.0.79-beta.67",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "cffd74e91fd8e9873b5616e071b9b423d79734c9",
44
+ "gitHead": "847b2939480803f47357c2768d09974be91d9365",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }