Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

28169 1 year ago
parent
commit
e6f32a38e0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/xt_pages/user/Sitemap.vue

+ 0 - 1
src/xt_pages/user/Sitemap.vue View File

1236
     }
1236
     }
1237
   },
1237
   },
1238
   created(){
1238
   created(){
1239
-    // console.log('chu','chu',);
1240
     const id = this.$route.params && this.$route.params.id;
1239
     const id = this.$route.params && this.$route.params.id;
1241
     this.patientID = parseInt(id);
1240
     this.patientID = parseInt(id);
1242
 
1241