Commit 72b9bb7905d1e03c6ee831d758e0afdc154b03f1

Authored by 梁保满
1 parent d0935986

归档问题

src/views/basic/ask/archiving.vue
... ... @@ -757,6 +757,7 @@ export default {
757 757 ...query,
758 758 page: this.page,
759 759 size: this.size,
  760 + status: 1,
760 761 });
761 762 this.loading = false;
762 763 if (status === 0) {
... ...
src/views/basic/test/archiving.vue
... ... @@ -677,6 +677,7 @@ export default {
677 677 ...query,
678 678 page: this.page,
679 679 size: this.size,
  680 + status: 1,
680 681 });
681 682 this.loading = false;
682 683 if (status === 0) {
... ...