Browse Source

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

see999 4 years ago
parent
commit
9705e3cfd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/qcd/patientComplianceDetails.vue

+ 1 - 1
src/xt_pages/qcd/patientComplianceDetails.vue View File

@@ -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
         })