소스 검색

更新代码

xiaoming_global 5 년 전
부모
커밋
7e814b8636
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/main/today/statOrder.vue

+ 1 - 1
src/pages/main/today/statOrder.vue 파일 보기

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