@kmkf-fe-packages/services-components 0.24.0-beta.0 → 0.24.0-beta.1

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.
@@ -40,7 +40,7 @@ var FlowMarkSelect = /*#__PURE__*/_createClass(function FlowMarkSelect(options)
40
40
  _defineProperty(this, "renderPc", function (value, record) {
41
41
  var changeMarkHandle = function changeMarkHandle(key) {
42
42
  var _this$effects, _this$effects2;
43
- typeof (_this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.handleChangeSingleWorkOrderMark) === "function" && (_this === null || _this === void 0 ? void 0 : (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : _this$effects2.handleChangeSingleWorkOrderMark(key, record));
43
+ typeof (_this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.handleChangeSingleWorkOrderMark) === "function" && (_this === null || _this === void 0 ? void 0 : (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : _this$effects2.handleChangeSingleWorkOrderMark(key, record, _this.id));
44
44
  };
45
45
  return /*#__PURE__*/React.createElement(SelectMark, {
46
46
  value: record === null || record === void 0 ? void 0 : record["".concat(_this.id)],
@@ -169,7 +169,7 @@ export interface ComponentInterface {
169
169
  effects?: {
170
170
  queryWorkOrderDetail?: (r: Record) => void;
171
171
  handleOpenRepeatList?: (r: Record) => void;
172
- handleChangeSingleWorkOrderMark?: (t: string, r: Record) => void;
172
+ handleChangeSingleWorkOrderMark?: (t: string, r: Record, id?: string) => void;
173
173
  templateList?: any[];
174
174
  isEditing?: boolean;
175
175
  form?: FormInstance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.24.0-beta.0",
3
+ "version": "0.24.0-beta.1",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -37,7 +37,7 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "655c1bdd4242ded0a5260bf5ec18666262c340e1",
40
+ "gitHead": "153c8218d318a4074230e4e6810f26066413d101",
41
41
  "gitHooks": {
42
42
  "pre-commit": "lint-staged"
43
43
  }