Browse Source

微网站

xiaoming_global 5 years ago
parent
commit
9a3caae5b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/scrm_pages/microHome/microHome.vue

+ 2 - 2
src/scrm_pages/microHome/microHome.vue View File

409
   created() {
409
   created() {
410
     const orgid = this.$route.query.orgid;
410
     const orgid = this.$route.query.orgid;
411
     console.log("机构id是什么", orgid);
411
     console.log("机构id是什么", orgid);
412
-    // this.getHospitaldata(orgid);
412
+    this.getHospitaldata(orgid);
413
     this.getArticlelist(orgid);
413
     this.getArticlelist(orgid);
414
     this.getActivities(orgid);
414
     this.getActivities(orgid);
415
     this.getDefalutNavigationData(orgid);
415
     this.getDefalutNavigationData(orgid);
416
-    this.getData(orgid);
416
+    // this.getData(orgid);
417
   },
417
   },
418
   mounted() {
418
   mounted() {
419
     this.initSwiper();
419
     this.initSwiper();