@panpanzhao/component-ui 0.0.43 → 0.0.45
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 +55 -42
- package/lib/components/crud.js +50 -37
- package/lib/components/form-dialog.js +26 -32
- package/lib/components/table-operate.js +26 -32
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -3576,16 +3576,14 @@ var message_default = /*#__PURE__*/__webpack_require__.n(message_);
|
|
|
3576
3576
|
_this3.reset();
|
|
3577
3577
|
_this3.show = false;
|
|
3578
3578
|
}
|
|
3579
|
-
|
|
3580
|
-
_this3
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
}
|
|
3588
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
3579
|
+
_this3.$emit("success", {
|
|
3580
|
+
request: _this3.requester,
|
|
3581
|
+
reqData: reqData,
|
|
3582
|
+
expandData: _this3.expandModel
|
|
3583
|
+
}, {
|
|
3584
|
+
button: button
|
|
3585
|
+
});
|
|
3586
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
3589
3587
|
_this3.on.success.call(_this3, {
|
|
3590
3588
|
request: _this3.requester,
|
|
3591
3589
|
reqData: reqData,
|
|
@@ -3606,17 +3604,15 @@ var message_default = /*#__PURE__*/__webpack_require__.n(message_);
|
|
|
3606
3604
|
button.loading = false;
|
|
3607
3605
|
_this3.reset();
|
|
3608
3606
|
_this3.show = false;
|
|
3609
|
-
|
|
3610
|
-
_this3
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
}
|
|
3619
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
3607
|
+
_this3.$emit("success", {
|
|
3608
|
+
request: _this3.requester,
|
|
3609
|
+
reqData: reqData,
|
|
3610
|
+
resData: res,
|
|
3611
|
+
expandData: _this3.expandModel
|
|
3612
|
+
}, {
|
|
3613
|
+
button: button
|
|
3614
|
+
});
|
|
3615
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
3620
3616
|
_this3.on.success.call(_this3, {
|
|
3621
3617
|
request: _this3.requester,
|
|
3622
3618
|
reqData: reqData,
|
|
@@ -3631,17 +3627,15 @@ var message_default = /*#__PURE__*/__webpack_require__.n(message_);
|
|
|
3631
3627
|
}
|
|
3632
3628
|
}).catch(function (error) {
|
|
3633
3629
|
button.loading = false;
|
|
3634
|
-
|
|
3635
|
-
_this3
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
}
|
|
3644
|
-
if (_this3.on && typeof _this3.on.error === "function") {
|
|
3630
|
+
_this3.$emit("error", {
|
|
3631
|
+
request: _this3.requester,
|
|
3632
|
+
reqData: reqData,
|
|
3633
|
+
resError: error,
|
|
3634
|
+
expandData: _this3.expandModel
|
|
3635
|
+
}, {
|
|
3636
|
+
button: button
|
|
3637
|
+
});
|
|
3638
|
+
if (!_this3.$listeners.error && _this3.on && typeof _this3.on.error === "function") {
|
|
3645
3639
|
_this3.on.error.call(_this3, {
|
|
3646
3640
|
request: _this3.requester,
|
|
3647
3641
|
reqData: reqData,
|
|
@@ -7138,8 +7132,8 @@ table_operate_src.install = function (Vue) {
|
|
|
7138
7132
|
Vue.component(table_operate_src.name, table_operate_src);
|
|
7139
7133
|
};
|
|
7140
7134
|
/* harmony default export */ var table_operate = (table_operate_src);
|
|
7141
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=
|
|
7142
|
-
var
|
|
7135
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=3fbd4076&
|
|
7136
|
+
var srcvue_type_template_id_3fbd4076_render = function render() {
|
|
7143
7137
|
var _vm = this,
|
|
7144
7138
|
_c = _vm._self._c
|
|
7145
7139
|
return _c("div", { staticClass: "crud" }, [
|
|
@@ -7172,7 +7166,7 @@ var srcvue_type_template_id_380da4b7_render = function render() {
|
|
|
7172
7166
|
_vm.createProps,
|
|
7173
7167
|
false
|
|
7174
7168
|
),
|
|
7175
|
-
_vm.
|
|
7169
|
+
_vm.reloadTableCreateEvent
|
|
7176
7170
|
)
|
|
7177
7171
|
)
|
|
7178
7172
|
: _vm._e(),
|
|
@@ -7186,7 +7180,7 @@ var srcvue_type_template_id_380da4b7_render = function render() {
|
|
|
7186
7180
|
_vm.updateProps,
|
|
7187
7181
|
false
|
|
7188
7182
|
),
|
|
7189
|
-
_vm.
|
|
7183
|
+
_vm.reloadTableUpdateEvent
|
|
7190
7184
|
)
|
|
7191
7185
|
)
|
|
7192
7186
|
: _vm._e(),
|
|
@@ -7206,11 +7200,11 @@ var srcvue_type_template_id_380da4b7_render = function render() {
|
|
|
7206
7200
|
),
|
|
7207
7201
|
])
|
|
7208
7202
|
}
|
|
7209
|
-
var
|
|
7210
|
-
|
|
7203
|
+
var srcvue_type_template_id_3fbd4076_staticRenderFns = []
|
|
7204
|
+
srcvue_type_template_id_3fbd4076_render._withStripped = true
|
|
7211
7205
|
|
|
7212
7206
|
|
|
7213
|
-
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=
|
|
7207
|
+
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=3fbd4076&
|
|
7214
7208
|
|
|
7215
7209
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=script&lang=js&
|
|
7216
7210
|
|
|
@@ -7330,9 +7324,28 @@ srcvue_type_template_id_380da4b7_render._withStripped = true
|
|
|
7330
7324
|
data: function data() {
|
|
7331
7325
|
var _this = this;
|
|
7332
7326
|
return {
|
|
7333
|
-
|
|
7327
|
+
reloadTableCreateEvent: {
|
|
7334
7328
|
success: function success() {
|
|
7335
7329
|
_this.reloadTable();
|
|
7330
|
+
//处理on的success事件
|
|
7331
|
+
if (_this.update.on && _this.update.on.create) {
|
|
7332
|
+
for (var _len = arguments.length, arg = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
7333
|
+
arg[_key] = arguments[_key];
|
|
7334
|
+
}
|
|
7335
|
+
_this.update.on.create.apply(_this, arg);
|
|
7336
|
+
}
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7339
|
+
reloadTableUpdateEvent: {
|
|
7340
|
+
success: function success() {
|
|
7341
|
+
_this.reloadTable();
|
|
7342
|
+
//处理on的success事件
|
|
7343
|
+
if (_this.update.on && _this.update.on.success) {
|
|
7344
|
+
for (var _len2 = arguments.length, arg = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
7345
|
+
arg[_key2] = arguments[_key2];
|
|
7346
|
+
}
|
|
7347
|
+
_this.update.on.success.apply(_this, arg);
|
|
7348
|
+
}
|
|
7336
7349
|
}
|
|
7337
7350
|
}
|
|
7338
7351
|
};
|
|
@@ -7561,8 +7574,8 @@ srcvue_type_template_id_380da4b7_render._withStripped = true
|
|
|
7561
7574
|
|
|
7562
7575
|
var crud_src_component = normalizeComponent(
|
|
7563
7576
|
components_crud_srcvue_type_script_lang_js_,
|
|
7564
|
-
|
|
7565
|
-
|
|
7577
|
+
srcvue_type_template_id_3fbd4076_render,
|
|
7578
|
+
srcvue_type_template_id_3fbd4076_staticRenderFns,
|
|
7566
7579
|
false,
|
|
7567
7580
|
null,
|
|
7568
7581
|
null,
|
package/lib/components/crud.js
CHANGED
|
@@ -1616,16 +1616,14 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1616
1616
|
_this3.reset();
|
|
1617
1617
|
_this3.show = false;
|
|
1618
1618
|
}
|
|
1619
|
-
|
|
1620
|
-
_this3
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
}
|
|
1628
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1619
|
+
_this3.$emit("success", {
|
|
1620
|
+
request: _this3.requester,
|
|
1621
|
+
reqData: reqData,
|
|
1622
|
+
expandData: _this3.expandModel
|
|
1623
|
+
}, {
|
|
1624
|
+
button: button
|
|
1625
|
+
});
|
|
1626
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
1629
1627
|
_this3.on.success.call(_this3, {
|
|
1630
1628
|
request: _this3.requester,
|
|
1631
1629
|
reqData: reqData,
|
|
@@ -1646,17 +1644,15 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1646
1644
|
button.loading = false;
|
|
1647
1645
|
_this3.reset();
|
|
1648
1646
|
_this3.show = false;
|
|
1649
|
-
|
|
1650
|
-
_this3
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
}
|
|
1659
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1647
|
+
_this3.$emit("success", {
|
|
1648
|
+
request: _this3.requester,
|
|
1649
|
+
reqData: reqData,
|
|
1650
|
+
resData: res,
|
|
1651
|
+
expandData: _this3.expandModel
|
|
1652
|
+
}, {
|
|
1653
|
+
button: button
|
|
1654
|
+
});
|
|
1655
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
1660
1656
|
_this3.on.success.call(_this3, {
|
|
1661
1657
|
request: _this3.requester,
|
|
1662
1658
|
reqData: reqData,
|
|
@@ -1671,17 +1667,15 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1671
1667
|
}
|
|
1672
1668
|
}).catch(function (error) {
|
|
1673
1669
|
button.loading = false;
|
|
1674
|
-
|
|
1675
|
-
_this3
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
}
|
|
1684
|
-
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1670
|
+
_this3.$emit("error", {
|
|
1671
|
+
request: _this3.requester,
|
|
1672
|
+
reqData: reqData,
|
|
1673
|
+
resError: error,
|
|
1674
|
+
expandData: _this3.expandModel
|
|
1675
|
+
}, {
|
|
1676
|
+
button: button
|
|
1677
|
+
});
|
|
1678
|
+
if (!_this3.$listeners.error && _this3.on && typeof _this3.on.error === "function") {
|
|
1685
1679
|
_this3.on.error.call(_this3, {
|
|
1686
1680
|
request: _this3.requester,
|
|
1687
1681
|
reqData: reqData,
|
|
@@ -2112,7 +2106,7 @@ module.exports = require("element-ui/lib/message-box");
|
|
|
2112
2106
|
// ESM COMPAT FLAG
|
|
2113
2107
|
__webpack_require__.r(__webpack_exports__);
|
|
2114
2108
|
|
|
2115
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=
|
|
2109
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./src/components/crud/src/index.vue?vue&type=template&id=3fbd4076&
|
|
2116
2110
|
var render = function render() {
|
|
2117
2111
|
var _vm = this,
|
|
2118
2112
|
_c = _vm._self._c
|
|
@@ -2146,7 +2140,7 @@ var render = function render() {
|
|
|
2146
2140
|
_vm.createProps,
|
|
2147
2141
|
false
|
|
2148
2142
|
),
|
|
2149
|
-
_vm.
|
|
2143
|
+
_vm.reloadTableCreateEvent
|
|
2150
2144
|
)
|
|
2151
2145
|
)
|
|
2152
2146
|
: _vm._e(),
|
|
@@ -2160,7 +2154,7 @@ var render = function render() {
|
|
|
2160
2154
|
_vm.updateProps,
|
|
2161
2155
|
false
|
|
2162
2156
|
),
|
|
2163
|
-
_vm.
|
|
2157
|
+
_vm.reloadTableUpdateEvent
|
|
2164
2158
|
)
|
|
2165
2159
|
)
|
|
2166
2160
|
: _vm._e(),
|
|
@@ -2184,7 +2178,7 @@ var staticRenderFns = []
|
|
|
2184
2178
|
render._withStripped = true
|
|
2185
2179
|
|
|
2186
2180
|
|
|
2187
|
-
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=
|
|
2181
|
+
// CONCATENATED MODULE: ./src/components/crud/src/index.vue?vue&type=template&id=3fbd4076&
|
|
2188
2182
|
|
|
2189
2183
|
// EXTERNAL MODULE: external "@panpanzhao/component-ui/lib/components/table-search"
|
|
2190
2184
|
var table_search_ = __webpack_require__(29);
|
|
@@ -2328,9 +2322,28 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
2328
2322
|
data: function data() {
|
|
2329
2323
|
var _this = this;
|
|
2330
2324
|
return {
|
|
2331
|
-
|
|
2325
|
+
reloadTableCreateEvent: {
|
|
2332
2326
|
success: function success() {
|
|
2333
2327
|
_this.reloadTable();
|
|
2328
|
+
//处理on的success事件
|
|
2329
|
+
if (_this.update.on && _this.update.on.create) {
|
|
2330
|
+
for (var _len = arguments.length, arg = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
2331
|
+
arg[_key] = arguments[_key];
|
|
2332
|
+
}
|
|
2333
|
+
_this.update.on.create.apply(_this, arg);
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
reloadTableUpdateEvent: {
|
|
2338
|
+
success: function success() {
|
|
2339
|
+
_this.reloadTable();
|
|
2340
|
+
//处理on的success事件
|
|
2341
|
+
if (_this.update.on && _this.update.on.success) {
|
|
2342
|
+
for (var _len2 = arguments.length, arg = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
2343
|
+
arg[_key2] = arguments[_key2];
|
|
2344
|
+
}
|
|
2345
|
+
_this.update.on.success.apply(_this, arg);
|
|
2346
|
+
}
|
|
2334
2347
|
}
|
|
2335
2348
|
}
|
|
2336
2349
|
};
|
|
@@ -1187,16 +1187,14 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1187
1187
|
_this3.reset();
|
|
1188
1188
|
_this3.show = false;
|
|
1189
1189
|
}
|
|
1190
|
-
|
|
1191
|
-
_this3
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
}
|
|
1199
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1190
|
+
_this3.$emit("success", {
|
|
1191
|
+
request: _this3.requester,
|
|
1192
|
+
reqData: reqData,
|
|
1193
|
+
expandData: _this3.expandModel
|
|
1194
|
+
}, {
|
|
1195
|
+
button: button
|
|
1196
|
+
});
|
|
1197
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
1200
1198
|
_this3.on.success.call(_this3, {
|
|
1201
1199
|
request: _this3.requester,
|
|
1202
1200
|
reqData: reqData,
|
|
@@ -1217,17 +1215,15 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1217
1215
|
button.loading = false;
|
|
1218
1216
|
_this3.reset();
|
|
1219
1217
|
_this3.show = false;
|
|
1220
|
-
|
|
1221
|
-
_this3
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
}
|
|
1230
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1218
|
+
_this3.$emit("success", {
|
|
1219
|
+
request: _this3.requester,
|
|
1220
|
+
reqData: reqData,
|
|
1221
|
+
resData: res,
|
|
1222
|
+
expandData: _this3.expandModel
|
|
1223
|
+
}, {
|
|
1224
|
+
button: button
|
|
1225
|
+
});
|
|
1226
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
1231
1227
|
_this3.on.success.call(_this3, {
|
|
1232
1228
|
request: _this3.requester,
|
|
1233
1229
|
reqData: reqData,
|
|
@@ -1242,17 +1238,15 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1242
1238
|
}
|
|
1243
1239
|
}).catch(function (error) {
|
|
1244
1240
|
button.loading = false;
|
|
1245
|
-
|
|
1246
|
-
_this3
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
}
|
|
1255
|
-
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1241
|
+
_this3.$emit("error", {
|
|
1242
|
+
request: _this3.requester,
|
|
1243
|
+
reqData: reqData,
|
|
1244
|
+
resError: error,
|
|
1245
|
+
expandData: _this3.expandModel
|
|
1246
|
+
}, {
|
|
1247
|
+
button: button
|
|
1248
|
+
});
|
|
1249
|
+
if (!_this3.$listeners.error && _this3.on && typeof _this3.on.error === "function") {
|
|
1256
1250
|
_this3.on.error.call(_this3, {
|
|
1257
1251
|
request: _this3.requester,
|
|
1258
1252
|
reqData: reqData,
|
|
@@ -1616,16 +1616,14 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1616
1616
|
_this3.reset();
|
|
1617
1617
|
_this3.show = false;
|
|
1618
1618
|
}
|
|
1619
|
-
|
|
1620
|
-
_this3
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
}
|
|
1628
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1619
|
+
_this3.$emit("success", {
|
|
1620
|
+
request: _this3.requester,
|
|
1621
|
+
reqData: reqData,
|
|
1622
|
+
expandData: _this3.expandModel
|
|
1623
|
+
}, {
|
|
1624
|
+
button: button
|
|
1625
|
+
});
|
|
1626
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
1629
1627
|
_this3.on.success.call(_this3, {
|
|
1630
1628
|
request: _this3.requester,
|
|
1631
1629
|
reqData: reqData,
|
|
@@ -1646,17 +1644,15 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1646
1644
|
button.loading = false;
|
|
1647
1645
|
_this3.reset();
|
|
1648
1646
|
_this3.show = false;
|
|
1649
|
-
|
|
1650
|
-
_this3
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
}
|
|
1659
|
-
if (_this3.on && typeof _this3.on.success === "function") {
|
|
1647
|
+
_this3.$emit("success", {
|
|
1648
|
+
request: _this3.requester,
|
|
1649
|
+
reqData: reqData,
|
|
1650
|
+
resData: res,
|
|
1651
|
+
expandData: _this3.expandModel
|
|
1652
|
+
}, {
|
|
1653
|
+
button: button
|
|
1654
|
+
});
|
|
1655
|
+
if (!_this3.$listeners.success && _this3.on && typeof _this3.on.success === "function") {
|
|
1660
1656
|
_this3.on.success.call(_this3, {
|
|
1661
1657
|
request: _this3.requester,
|
|
1662
1658
|
reqData: reqData,
|
|
@@ -1671,17 +1667,15 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1671
1667
|
}
|
|
1672
1668
|
}).catch(function (error) {
|
|
1673
1669
|
button.loading = false;
|
|
1674
|
-
|
|
1675
|
-
_this3
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
}
|
|
1684
|
-
if (_this3.on && typeof _this3.on.error === "function") {
|
|
1670
|
+
_this3.$emit("error", {
|
|
1671
|
+
request: _this3.requester,
|
|
1672
|
+
reqData: reqData,
|
|
1673
|
+
resError: error,
|
|
1674
|
+
expandData: _this3.expandModel
|
|
1675
|
+
}, {
|
|
1676
|
+
button: button
|
|
1677
|
+
});
|
|
1678
|
+
if (!_this3.$listeners.error && _this3.on && typeof _this3.on.error === "function") {
|
|
1685
1679
|
_this3.on.error.call(_this3, {
|
|
1686
1680
|
request: _this3.requester,
|
|
1687
1681
|
reqData: reqData,
|