Browse Source

更新代码

xiaoming_global 5 years ago
parent
commit
7e814b8636
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/main/today/statOrder.vue

+ 1 - 1
src/pages/main/today/statOrder.vue View File

247
   },
247
   },
248
   created() {
248
   created() {
249
     this.template_id = this.$store.getters.user.template_info.template_id;
249
     this.template_id = this.$store.getters.user.template_info.template_id;
250
-
250
+    console.log("a")
251
   }
251
   }
252
 };
252
 };
253
 </script>
253
 </script>