baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
72b9bb7905d1e03c6ee831d758e0afdc154b03f1
Authored by
梁保满
2024-03-08 16:42:37 +0800
1 parent
d0935986
归档问题
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/views/basic/ask/archiving.vue
src/views/basic/test/archiving.vue
src/views/basic/ask/archiving.vue
View file @
72b9bb7
...
...
@@ -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
View file @
72b9bb7
...
...
@@ -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) {
...
...