@panpanzhao/component-ui 0.0.31 → 0.0.33
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.
- package/lib/component-ui.common.js +10 -4
- package/lib/components/crud.js +10 -4
- package/lib/components/form-dialog.js +10 -4
- package/lib/components/table-operate.js +10 -4
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -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,11 +3578,14 @@ 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,
|
|
3588
|
+
resData: res,
|
|
3586
3589
|
expandData: _this3.expandModel
|
|
3587
3590
|
}, {
|
|
3588
3591
|
button: button
|
|
@@ -3595,11 +3598,14 @@ var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
|
3595
3598
|
reqData: reqData,
|
|
3596
3599
|
resError: error,
|
|
3597
3600
|
expandData: _this3.expandModel
|
|
3601
|
+
}, {
|
|
3602
|
+
button: button
|
|
3598
3603
|
});
|
|
3599
|
-
if (_this3.on && typeof _this3.on.
|
|
3600
|
-
_this3.call(_this3, {
|
|
3604
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
3605
|
+
_this3.on.error.call(_this3, {
|
|
3601
3606
|
request: _this3.requester,
|
|
3602
3607
|
reqData: reqData,
|
|
3608
|
+
resError: error,
|
|
3603
3609
|
expandData: _this3.expandModel
|
|
3604
3610
|
}, {
|
|
3605
3611
|
button: button
|
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,11 +1623,14 @@ 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,
|
|
1633
|
+
resData: res,
|
|
1631
1634
|
expandData: _this3.expandModel
|
|
1632
1635
|
}, {
|
|
1633
1636
|
button: button
|
|
@@ -1640,11 +1643,14 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1640
1643
|
reqData: reqData,
|
|
1641
1644
|
resError: error,
|
|
1642
1645
|
expandData: _this3.expandModel
|
|
1646
|
+
}, {
|
|
1647
|
+
button: button
|
|
1643
1648
|
});
|
|
1644
|
-
if (_this3.on && typeof _this3.on.
|
|
1645
|
-
_this3.call(_this3, {
|
|
1649
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1650
|
+
_this3.on.error.call(_this3, {
|
|
1646
1651
|
request: _this3.requester,
|
|
1647
1652
|
reqData: reqData,
|
|
1653
|
+
resError: error,
|
|
1648
1654
|
expandData: _this3.expandModel
|
|
1649
1655
|
}, {
|
|
1650
1656
|
button: button
|
|
@@ -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,11 +1194,14 @@ 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,
|
|
1204
|
+
resData: res,
|
|
1202
1205
|
expandData: _this3.expandModel
|
|
1203
1206
|
}, {
|
|
1204
1207
|
button: button
|
|
@@ -1211,11 +1214,14 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1211
1214
|
reqData: reqData,
|
|
1212
1215
|
resError: error,
|
|
1213
1216
|
expandData: _this3.expandModel
|
|
1217
|
+
}, {
|
|
1218
|
+
button: button
|
|
1214
1219
|
});
|
|
1215
|
-
if (_this3.on && typeof _this3.on.
|
|
1216
|
-
_this3.call(_this3, {
|
|
1220
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1221
|
+
_this3.on.error.call(_this3, {
|
|
1217
1222
|
request: _this3.requester,
|
|
1218
1223
|
reqData: reqData,
|
|
1224
|
+
resError: error,
|
|
1219
1225
|
expandData: _this3.expandModel
|
|
1220
1226
|
}, {
|
|
1221
1227
|
button: button
|
|
@@ -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,11 +1623,14 @@ 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,
|
|
1633
|
+
resData: res,
|
|
1631
1634
|
expandData: _this3.expandModel
|
|
1632
1635
|
}, {
|
|
1633
1636
|
button: button
|
|
@@ -1640,11 +1643,14 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1640
1643
|
reqData: reqData,
|
|
1641
1644
|
resError: error,
|
|
1642
1645
|
expandData: _this3.expandModel
|
|
1646
|
+
}, {
|
|
1647
|
+
button: button
|
|
1643
1648
|
});
|
|
1644
|
-
if (_this3.on && typeof _this3.on.
|
|
1645
|
-
_this3.call(_this3, {
|
|
1649
|
+
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1650
|
+
_this3.on.error.call(_this3, {
|
|
1646
1651
|
request: _this3.requester,
|
|
1647
1652
|
reqData: reqData,
|
|
1653
|
+
resError: error,
|
|
1648
1654
|
expandData: _this3.expandModel
|
|
1649
1655
|
}, {
|
|
1650
1656
|
button: button
|