easy3wui 1.4.263 → 1.4.264
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.
|
@@ -450,13 +450,13 @@ var Easy3wFormPage = function (_Component) {
|
|
|
450
450
|
if (afterBtn) {
|
|
451
451
|
var allBtn = afterBtn.map(function (btn) {
|
|
452
452
|
if (btn.objType === 'btn') {
|
|
453
|
-
return _this.btnHandler(btn, afterBtn);
|
|
453
|
+
return _this.btnHandler(btn, 'afterBtn');
|
|
454
454
|
}
|
|
455
455
|
if (btn.objType === 'a') {
|
|
456
|
-
return _this.aHandler(btn, afterBtn);
|
|
456
|
+
return _this.aHandler(btn, 'afterBtn');
|
|
457
457
|
}
|
|
458
458
|
if (btn.objType === 'string') {
|
|
459
|
-
return _this.strHandler(btn, afterBtn);
|
|
459
|
+
return _this.strHandler(btn, 'afterBtn');
|
|
460
460
|
}
|
|
461
461
|
return {};
|
|
462
462
|
});
|