Просмотр исходного кода

feat: error transmission of table components

Casper Dai 2 лет назад
Родитель
Сommit
373c1e333d
1 измененных файлов с 1 добавлено и 0 удалено
  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)