Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ec533f501b1a5062b11aeb57a8b073e024c58775
Authored by
zhiyangdu
2020-05-15 15:37:10 +0800
1 parent
2f61c3fc
筛选订单优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
src/pages/myGiftBox/myGiftBox.vue
View file @
ec533f5
...
...
@@ -345,7 +345,7 @@ export default {
345
345
*/
346
346
onReset() {
347
347
this.screenList.forEach((obj, index) => {
348
- for (let item of obj.
tab_List
) {
348
+ for (let item of obj.
state
) {
349
349
if (item.show) {
350
350
this.$set(item, "show", false);
351
351
}
...
...