소스 검색

feat: error transmission of table components

Casper Dai 2 년 전
부모
커밋
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)