bm-admin-ui 1.0.23-alpha → 1.0.24-alpha
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/es/components/upload/index.js +1 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/lib/components/upload/index.js +1 -1
- package/package.json +1 -1
|
@@ -1495,7 +1495,7 @@ const _sfc_main = {
|
|
|
1495
1495
|
emit("success", state.uploadedList);
|
|
1496
1496
|
emit("update", state.uploadedList);
|
|
1497
1497
|
},
|
|
1498
|
-
uploadError(error, file
|
|
1498
|
+
uploadError(error, file) {
|
|
1499
1499
|
if (file) {
|
|
1500
1500
|
if (methods.fileIsDelete(file)) {
|
|
1501
1501
|
return;
|
package/index.esm.js
CHANGED
|
@@ -46223,7 +46223,7 @@ const _sfc_main$3 = {
|
|
|
46223
46223
|
emit("success", state.uploadedList);
|
|
46224
46224
|
emit("update", state.uploadedList);
|
|
46225
46225
|
},
|
|
46226
|
-
uploadError(error, file
|
|
46226
|
+
uploadError(error, file) {
|
|
46227
46227
|
if (file) {
|
|
46228
46228
|
if (methods.fileIsDelete(file)) {
|
|
46229
46229
|
return;
|
package/index.js
CHANGED
|
@@ -46231,7 +46231,7 @@ var process = {
|
|
|
46231
46231
|
emit("success", state.uploadedList);
|
|
46232
46232
|
emit("update", state.uploadedList);
|
|
46233
46233
|
},
|
|
46234
|
-
uploadError(error, file
|
|
46234
|
+
uploadError(error, file) {
|
|
46235
46235
|
if (file) {
|
|
46236
46236
|
if (methods.fileIsDelete(file)) {
|
|
46237
46237
|
return;
|
|
@@ -1499,7 +1499,7 @@ const _sfc_main = {
|
|
|
1499
1499
|
emit("success", state.uploadedList);
|
|
1500
1500
|
emit("update", state.uploadedList);
|
|
1501
1501
|
},
|
|
1502
|
-
uploadError(error, file
|
|
1502
|
+
uploadError(error, file) {
|
|
1503
1503
|
if (file) {
|
|
1504
1504
|
if (methods.fileIsDelete(file)) {
|
|
1505
1505
|
return;
|