Explorar o código

feat: error transmission of table components

Casper Dai %!s(int64=2) %!d(string=hai) anos
pai
achega
373c1e333d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/table/mixins/table.js

+ 1 - 0
src/components/table/mixins/table.js

@@ -202,6 +202,7 @@ export default {
               options.error = true
               options.list = []
             }
+            return Promise.reject(e)
           }
         ).finally(() => {
           !options.death && this.$emit('changed', options.list)