邹畅 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() { mounted() {
this.queryJbInfos(); this.queryJbInfos();
this.queryFindList();
// this.queryFindList();
this.queryTipsList(); this.queryTipsList();
}, },
methods: { methods: {
@ -300,7 +300,7 @@ export default {
} }
}; };
this.data = {}; this.data = {};
this.queryFindList();
// this.queryFindList();
this.queryTipsList(); this.queryTipsList();
}, },
// //

Loading…
Cancel
Save