easy3wui 1.5.79-beta.2 → 1.5.79-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.
|
@@ -413,10 +413,10 @@ var Easy3wFormPageM = exports.Easy3wFormPageM = function (_Component) {
|
|
|
413
413
|
if (item.fieldType === 'upload' || item.fieldType === 'uploadM' || item.fieldType === 'uploadB') {
|
|
414
414
|
var cmptPros = item.cmptPros;
|
|
415
415
|
|
|
416
|
-
if (
|
|
416
|
+
if (_this.isValidValue(cmptPros.initialValue)) {
|
|
417
417
|
haveValueList.push(item);
|
|
418
418
|
}
|
|
419
|
-
} else if (
|
|
419
|
+
} else if (_this.isValidValue(item.value)) {
|
|
420
420
|
haveValueList.push(item);
|
|
421
421
|
}
|
|
422
422
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy3wui",
|
|
3
|
-
"version": "1.5.79-beta.
|
|
3
|
+
"version": "1.5.79-beta.4",
|
|
4
4
|
"description": "easy3wui components for react",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"react-zmage": "^0.8.5",
|
|
114
114
|
"spark-md5": "^3.0.0",
|
|
115
115
|
"superagent": "^3.8.3",
|
|
116
|
-
"xlsx": "0.14.5",
|
|
117
116
|
"react-data-grid": "6.0.1",
|
|
118
117
|
"react-data-grid-addons": "6.0.1"
|
|
119
118
|
}
|