邹畅 4 years ago
parent
commit
c1a6262df5
1 changed files with 2 additions and 2 deletions
  1. 4
      src/views/sce/tips/index.vue

4
src/views/sce/tips/index.vue

@ -226,7 +226,7 @@ export default {
},
mounted() {
this.queryJbInfos();
this.queryFindList();
// this.queryFindList();
this.queryTipsList();
},
methods: {
@ -300,7 +300,7 @@ export default {
}
};
this.data = {};
this.queryFindList();
// this.queryFindList();
this.queryTipsList();
},
//

Loading…
Cancel
Save