Browse Source

Merge branch 'wzf' of http://git.shengws.com/zhangbj/xt_pad into wzf

See999 5 years ago
parent
commit
be05f48650
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,7 +247,7 @@ import { parseTime } from '@/utils'
247 247
   },
248 248
   created() {
249 249
     this.template_id = this.$store.getters.user.template_info.template_id;
250
-
250
+    console.log("a")
251 251
   }
252 252
 };
253 253
 </script>