Browse Source

Bug 错误时列表无限刷新

rongxin_dev
zhaodengke 7 months ago
parent
commit
b18d331970
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/common/PagedList.vue

+ 1
- 1
src/components/common/PagedList.vue View File

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


Loading…
Cancel
Save