Browse Source

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

yq1 1 year ago
parent
commit
2ce6a8f327

+ 4 - 7
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

759
                   }
759
                   }
760
                 }
760
                 }
761
               }
761
               }
762
+              that.$forceUpdate();
763
+
762
 
764
 
763
 
765
 
764
             }
766
             }
792
 
794
 
793
             } else {
795
             } else {
794
               that.zuobiao_drug = response.data.data.drug
796
               that.zuobiao_drug = response.data.data.drug
795
-              console.log('坐标~~坐标')
796
-              console.log(that.zuobiao_drug)
797
-              console.log(response.data.data.drug)
798
-              console.log('坐标~~坐标')
799
 
797
 
800
               // that.zuobiao_project  = response.data.data.project
798
               // that.zuobiao_project  = response.data.data.project
801
               //跟坐标数据进行匹配,如果bbx01相等的话则,替换库存数量
799
               //跟坐标数据进行匹配,如果bbx01相等的话则,替换库存数量
809
 
807
 
810
                 }
808
                 }
811
               }
809
               }
812
-              console.log('坐标~~坐标')
813
-              console.log(that.drugs)
814
-              console.log('坐标~~坐标')
810
+              that.$forceUpdate();
811
+
815
 
812
 
816
             }
813
             }
817
           }
814
           }