Browse Source

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

csx 4 years ago
parent
commit
20ecf643a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 1 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -972,7 +972,7 @@
972 972
 
973 973
             this.prescriptions = []
974 974
             console.log("9991323242r5253535", response.data.data.prescription)
975
-            if( response.data.data.prescription[0].advices[0].length > 0 ) {
975
+            if( response.data.data.prescription[0].advices.length > 0 ) {
976 976
               this.prescription_id = response.data.data.prescription[0].advices[0].prescription_id
977 977
             }else{
978 978
               this.prescription_id = 0