@kmkf-fe-packages/kmkf-work-order-service-component 2.6.1-beta.1 → 2.6.1-beta.4
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.
|
@@ -1027,11 +1027,6 @@ var FormRender = function FormRender(props, ref) {
|
|
|
1027
1027
|
});
|
|
1028
1028
|
}
|
|
1029
1029
|
if (workOrderComponentType === 'PLATFORM_AFTER_SALES_ORDER') {
|
|
1030
|
-
console.log('**** ', {
|
|
1031
|
-
templateList: templateDetail,
|
|
1032
|
-
value: value,
|
|
1033
|
-
form: form
|
|
1034
|
-
});
|
|
1035
1030
|
afterSaleOrderBackValues({
|
|
1036
1031
|
templateList: templateDetail,
|
|
1037
1032
|
value: value,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.6.1-beta.
|
|
3
|
+
"version": "2.6.1-beta.4",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
35
|
"@kmkf-fe-packages/basic-components": "2.6.0",
|
|
36
36
|
"@kmkf-fe-packages/kmkf-utils": "2.6.0",
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.6.1-beta.
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.6.1-beta.4",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "c79fc0769ab19d3d1c29beec33a8ed4bb5c72a87",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|