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
0333400210be69f7ba927feb7c8265c85b1c3647
Authored by
梁保满
2023-06-14 11:09:48 +0800
1 parent
fa1c0241
使用分析穿参删除不必要参数
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/standard/analysis/index.vue
src/views/standard/analysis/index.vue
View file @
0333400
...
...
@@ -395,6 +395,7 @@ export default {
395
395
return jsons;
396
396
});
397
397
}
398
+ delete query.secGraClaSubName;
398
399
return query;
399
400
},
400
401
async resetRank() {
...
...