|
@@ -251,6 +251,8 @@
|
251
|
251
|
|
252
|
252
|
|
253
|
253
|
|
|
254
|
+
|
|
255
|
+
|
254
|
256
|
},
|
255
|
257
|
mounted() {
|
256
|
258
|
|
|
@@ -353,7 +355,15 @@
|
353
|
355
|
selectSchTypeAction: function() {
|
354
|
356
|
this.$refs.sch_type_field.blur();
|
355
|
357
|
this.show_sch_type_picker = true;
|
356
|
|
-
|
|
358
|
+ //
|
|
359
|
+ // this.$nextTick(() => {
|
|
360
|
+ // // this.$refs.schedule.setColumnIndex(2)
|
|
361
|
+ // // .setIndexes(this.schedule_type)
|
|
362
|
+ // console.log(this.$refs.schedule)
|
|
363
|
+ // console.log(this.$refs.schedule.getColumnIndex)
|
|
364
|
+ // console.log(this.$refs.schedule.getColumnValue)
|
|
365
|
+ //
|
|
366
|
+ // })
|
357
|
367
|
},
|
358
|
368
|
|
359
|
369
|
didChangePatient: function(picker, patient, index) {
|