@kmkf-fe-packages/kmkf-work-order-service-component 1.28.1 → 1.28.2
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.
|
@@ -101,7 +101,8 @@ var processAliPayInput = function processAliPayInput(getValue) {
|
|
|
101
101
|
var processCheckbox = function processCheckbox(getValue) {
|
|
102
102
|
return function (nex, config) {
|
|
103
103
|
var _config$checkbox, _config$checkbox2, _config$checkbox3, _config$checkbox4;
|
|
104
|
-
var checkbox,
|
|
104
|
+
var checkbox = [],
|
|
105
|
+
checkboxOther = '';
|
|
105
106
|
if (config !== null && config !== void 0 && (_config$checkbox = config.checkbox) !== null && _config$checkbox !== void 0 && _config$checkbox.length && config !== null && config !== void 0 && (_config$checkbox2 = config.checkbox) !== null && _config$checkbox2 !== void 0 && _config$checkbox2.includes('其他')) {
|
|
106
107
|
checkbox = config.showOther ? config.checkbox : config.checkbox.filter(function (t) {
|
|
107
108
|
return t !== '其他';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.2",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
|
-
"@kmkf-fe-packages/basic-components": "1.28.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "1.28.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "1.28.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "1.28.2",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "1.28.2",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "1.28.2",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "ea1cf0c452d2e3be353daedc214b3061acfc73ed",
|
|
77
77
|
"gitHooks": {
|
|
78
78
|
"pre-commit": "lint-staged"
|
|
79
79
|
}
|