easy3wui 4.0.31-beta1 → 4.0.31-beta2
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.
|
@@ -533,10 +533,11 @@ var Easy3wFormPage = function (_Component) {
|
|
|
533
533
|
// 只读文本框改为禁止录入
|
|
534
534
|
if (fieldType === 'textarea' && (readFlag || allReadFlag)) {
|
|
535
535
|
disableFlagReal = true;
|
|
536
|
-
|
|
537
|
-
decoratorObj =
|
|
538
|
-
|
|
539
|
-
|
|
536
|
+
// } else if (fieldType === 'braftEditor') {
|
|
537
|
+
// decoratorObj = {
|
|
538
|
+
// ...decoratorObj,
|
|
539
|
+
// valuePropName: 'defaultValue',
|
|
540
|
+
// };
|
|
540
541
|
}
|
|
541
542
|
if (loadFinishFlag === true && bigFormFlag === true) {
|
|
542
543
|
if ((fieldType === 'input' || fieldType === 'textarea') && !hadOnBlurFlag && !disableFlagReal && !notProxyOnblurFlag) {
|