|
@@ -759,6 +759,8 @@ export default {
|
759
|
759
|
}
|
760
|
760
|
}
|
761
|
761
|
}
|
|
762
|
+ that.$forceUpdate();
|
|
763
|
+
|
762
|
764
|
|
763
|
765
|
|
764
|
766
|
}
|
|
@@ -792,10 +794,6 @@ export default {
|
792
|
794
|
|
793
|
795
|
} else {
|
794
|
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
|
798
|
// that.zuobiao_project = response.data.data.project
|
801
|
799
|
//跟坐标数据进行匹配,如果bbx01相等的话则,替换库存数量
|
|
@@ -809,9 +807,8 @@ export default {
|
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
|
}
|