Ver código fonte

Bug 错误时列表无限刷新

rongxin_dev
zhaodengke 7 meses atrás
pai
commit
b18d331970
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/components/common/PagedList.vue

+ 1
- 1
src/components/common/PagedList.vue Ver arquivo

@@ -160,7 +160,7 @@ export default {
this.$emit('finished', this.stateTotal); this.$emit('finished', this.stateTotal);
}, },
setupError(err) { setupError(err) {
this.log(`error -> ${ok}`);
this.log(`error -> ${err}`);
this.stateFinished = true; this.stateFinished = true;
if(this.stateFinished != this.finished) if(this.stateFinished != this.finished)
this.$emit('update:finished', this.stateFinished); this.$emit('update:finished', this.stateFinished);


Carregando…
Cancelar
Salvar