浏览代码

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

See999 5 年前
父节点
当前提交
deb7ace343
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/main/today/statOrder.vue

+ 2 - 2
src/pages/main/today/statOrder.vue 查看文件

61
 </template>
61
 </template>
62
 
62
 
63
 <script>
63
 <script>
64
-import { parseTime } from '@/utils';
64
+import { parseTime } from '@/utils'
65
 
65
 
66
 export default {
66
 export default {
67
   name: 'statOrder',
67
   name: 'statOrder',
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
-    console.log("this是什么东西", this.advice_groups);
250
+
251
   }
251
   }
252
 };
252
 };
253
 </script>
253
 </script>