@panpanzhao/component-ui 0.0.31 → 0.0.32
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.
|
@@ -3553,7 +3553,7 @@ var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
|
3553
3553
|
button: button
|
|
3554
3554
|
});
|
|
3555
3555
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
3556
|
-
_this3.call(_this3, {
|
|
3556
|
+
_this3.on.success.call(_this3, {
|
|
3557
3557
|
request: _this3.requester,
|
|
3558
3558
|
reqData: reqData,
|
|
3559
3559
|
expandData: _this3.expandModel
|
|
@@ -3578,9 +3578,11 @@ var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
|
3578
3578
|
reqData: reqData,
|
|
3579
3579
|
resData: res,
|
|
3580
3580
|
expandData: _this3.expandModel
|
|
3581
|
+
}, {
|
|
3582
|
+
button: button
|
|
3581
3583
|
});
|
|
3582
3584
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
3583
|
-
_this3.call(_this3, {
|
|
3585
|
+
_this3.on.success.call(_this3, {
|
|
3584
3586
|
request: _this3.requester,
|
|
3585
3587
|
reqData: reqData,
|
|
3586
3588
|
expandData: _this3.expandModel
|
|
@@ -3595,9 +3597,11 @@ var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
|
3595
3597
|
reqData: reqData,
|
|
3596
3598
|
resError: error,
|
|
3597
3599
|
expandData: _this3.expandModel
|
|
3600
|
+
}, {
|
|
3601
|
+
button: button
|
|
3598
3602
|
});
|
|
3599
|
-
if (_this3.on && typeof _this3.on.
|
|
3600
|
-
_this3.call(_this3, {
|
|
3603
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
3604
|
+
_this3.on.error.call(_this3, {
|
|
3601
3605
|
request: _this3.requester,
|
|
3602
3606
|
reqData: reqData,
|
|
3603
3607
|
expandData: _this3.expandModel
|
package/lib/components/crud.js
CHANGED
|
@@ -1598,7 +1598,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1598
1598
|
button: button
|
|
1599
1599
|
});
|
|
1600
1600
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1601
|
-
_this3.call(_this3, {
|
|
1601
|
+
_this3.on.success.call(_this3, {
|
|
1602
1602
|
request: _this3.requester,
|
|
1603
1603
|
reqData: reqData,
|
|
1604
1604
|
expandData: _this3.expandModel
|
|
@@ -1623,9 +1623,11 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1623
1623
|
reqData: reqData,
|
|
1624
1624
|
resData: res,
|
|
1625
1625
|
expandData: _this3.expandModel
|
|
1626
|
+
}, {
|
|
1627
|
+
button: button
|
|
1626
1628
|
});
|
|
1627
1629
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1628
|
-
_this3.call(_this3, {
|
|
1630
|
+
_this3.on.success.call(_this3, {
|
|
1629
1631
|
request: _this3.requester,
|
|
1630
1632
|
reqData: reqData,
|
|
1631
1633
|
expandData: _this3.expandModel
|
|
@@ -1640,9 +1642,11 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1640
1642
|
reqData: reqData,
|
|
1641
1643
|
resError: error,
|
|
1642
1644
|
expandData: _this3.expandModel
|
|
1645
|
+
}, {
|
|
1646
|
+
button: button
|
|
1643
1647
|
});
|
|
1644
|
-
if (_this3.on && typeof _this3.on.
|
|
1645
|
-
_this3.call(_this3, {
|
|
1648
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1649
|
+
_this3.on.error.call(_this3, {
|
|
1646
1650
|
request: _this3.requester,
|
|
1647
1651
|
reqData: reqData,
|
|
1648
1652
|
expandData: _this3.expandModel
|
|
@@ -1169,7 +1169,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1169
1169
|
button: button
|
|
1170
1170
|
});
|
|
1171
1171
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1172
|
-
_this3.call(_this3, {
|
|
1172
|
+
_this3.on.success.call(_this3, {
|
|
1173
1173
|
request: _this3.requester,
|
|
1174
1174
|
reqData: reqData,
|
|
1175
1175
|
expandData: _this3.expandModel
|
|
@@ -1194,9 +1194,11 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1194
1194
|
reqData: reqData,
|
|
1195
1195
|
resData: res,
|
|
1196
1196
|
expandData: _this3.expandModel
|
|
1197
|
+
}, {
|
|
1198
|
+
button: button
|
|
1197
1199
|
});
|
|
1198
1200
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1199
|
-
_this3.call(_this3, {
|
|
1201
|
+
_this3.on.success.call(_this3, {
|
|
1200
1202
|
request: _this3.requester,
|
|
1201
1203
|
reqData: reqData,
|
|
1202
1204
|
expandData: _this3.expandModel
|
|
@@ -1211,9 +1213,11 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1211
1213
|
reqData: reqData,
|
|
1212
1214
|
resError: error,
|
|
1213
1215
|
expandData: _this3.expandModel
|
|
1216
|
+
}, {
|
|
1217
|
+
button: button
|
|
1214
1218
|
});
|
|
1215
|
-
if (_this3.on && typeof _this3.on.
|
|
1216
|
-
_this3.call(_this3, {
|
|
1219
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1220
|
+
_this3.on.error.call(_this3, {
|
|
1217
1221
|
request: _this3.requester,
|
|
1218
1222
|
reqData: reqData,
|
|
1219
1223
|
expandData: _this3.expandModel
|
|
@@ -1598,7 +1598,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1598
1598
|
button: button
|
|
1599
1599
|
});
|
|
1600
1600
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1601
|
-
_this3.call(_this3, {
|
|
1601
|
+
_this3.on.success.call(_this3, {
|
|
1602
1602
|
request: _this3.requester,
|
|
1603
1603
|
reqData: reqData,
|
|
1604
1604
|
expandData: _this3.expandModel
|
|
@@ -1623,9 +1623,11 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1623
1623
|
reqData: reqData,
|
|
1624
1624
|
resData: res,
|
|
1625
1625
|
expandData: _this3.expandModel
|
|
1626
|
+
}, {
|
|
1627
|
+
button: button
|
|
1626
1628
|
});
|
|
1627
1629
|
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1628
|
-
_this3.call(_this3, {
|
|
1630
|
+
_this3.on.success.call(_this3, {
|
|
1629
1631
|
request: _this3.requester,
|
|
1630
1632
|
reqData: reqData,
|
|
1631
1633
|
expandData: _this3.expandModel
|
|
@@ -1640,9 +1642,11 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1640
1642
|
reqData: reqData,
|
|
1641
1643
|
resError: error,
|
|
1642
1644
|
expandData: _this3.expandModel
|
|
1645
|
+
}, {
|
|
1646
|
+
button: button
|
|
1643
1647
|
});
|
|
1644
|
-
if (_this3.on && typeof _this3.on.
|
|
1645
|
-
_this3.call(_this3, {
|
|
1648
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1649
|
+
_this3.on.error.call(_this3, {
|
|
1646
1650
|
request: _this3.requester,
|
|
1647
1651
|
reqData: reqData,
|
|
1648
1652
|
expandData: _this3.expandModel
|