Преглед изворни кода

CID订单统计进入页面时不主动加载数据

cgp пре 1 дан
родитељ
комит
4292864a28
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/his/statistics/companyStatisticsCID.vue

+ 1 - 1
src/views/his/statistics/companyStatisticsCID.vue

@@ -172,7 +172,7 @@ export default {
   },
   },
   created() {
   created() {
     this.getDeptTree();
     this.getDeptTree();
-    this.getList();
+    //this.getList();
   },
   },
   methods: {
   methods: {
     /** 表格排序变化时 */
     /** 表格排序变化时 */