|
@@ -621,16 +621,28 @@ export default {
|
621
|
621
|
this.catheter = getDataConfig('hemodialysis', 'catheter')
|
622
|
622
|
this.complication = getDataConfig('hemodialysis', 'complication')
|
623
|
623
|
this.hemorrhage = getDataConfig('hemodialysis', 'hemorrhage')
|
624
|
|
- this.internal_fistula = getDataConfig('hemodialysis', 'internal_fistula')
|
625
|
624
|
this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
|
626
|
625
|
this.blood_access_part_opera = getDataConfig('hemodialysis', 'vascular_access_desc')
|
627
|
|
-
|
628
|
626
|
this.internal_fistula_skin = getDataConfig('hemodialysis', 'internal_fistula_skin')
|
629
|
627
|
this.puncture_method = getDataConfig('hemodialysis', 'puncture_method')
|
630
|
628
|
this.blood_access_noise = this.$store.getters.blood_access_noise
|
631
|
629
|
var date = this.$route.query && this.$route.query.date
|
632
|
630
|
this.record_date = uParseTime(date, '{y}-{m}-{d}')
|
633
|
|
- }, watch: {
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+ this.internal_fistula = getDataConfig('hemodialysis', 'internal_fistula')
|
|
642
|
+ console.log(getDataConfig('hemodialysis', 'internal_fistula'))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+ }, watch: {
|
634
|
646
|
isVisibility(val) {
|
635
|
647
|
|
636
|
648
|
},
|