瀏覽代碼

微网站

xiaoming_global 5 年之前
父節點
當前提交
9a3caae5b1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/scrm_pages/microHome/microHome.vue

+ 2 - 2
src/scrm_pages/microHome/microHome.vue 查看文件

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