浏览代码

修改bug

csx 4 年前
父节点
当前提交
b1b6d8fd83
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      src/pages/main/add_urgent_schedule.vue

+ 11 - 1
src/pages/main/add_urgent_schedule.vue 查看文件

251
 
251
 
252
 
252
 
253
 
253
 
254
+
255
+
254
     },
256
     },
255
     mounted() {
257
     mounted() {
256
 
258
 
353
       selectSchTypeAction: function() {
355
       selectSchTypeAction: function() {
354
         this.$refs.sch_type_field.blur();
356
         this.$refs.sch_type_field.blur();
355
         this.show_sch_type_picker = true;
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
       didChangePatient: function(picker, patient, index) {
369
       didChangePatient: function(picker, patient, index) {