Procházet zdrojové kódy

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

See999 před 5 roky
rodič
revize
be05f48650
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/pages/main/today/statOrder.vue

+ 1 - 1
src/pages/main/today/statOrder.vue Zobrazit soubor

@@ -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>