Przeglądaj źródła

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 4 lat temu
rodzic
commit
95d9a89521
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/xt_pages/qcd/patientComplianceDetails.vue

+ 1 - 1
src/xt_pages/qcd/patientComplianceDetails.vue Wyświetl plik

@@ -773,7 +773,7 @@ export default {
773 773
         getIdSlist({ids:ids},this.patientid).then(response=>{
774 774
           if(response.data.state == 1){
775 775
             const vlist =  response.data.data.vlist
776
-            console.log("vlist",vlist)
776
+            // console.log("vlist",vlist)
777 777
             this.vlist = vlist
778 778
           }
779 779
         })