Browse Source

charge

master
pengjun 2 years ago
parent
commit
052ca75429
  1. 2
      src/views/charge/charge.vue

2
src/views/charge/charge.vue

@ -420,7 +420,7 @@ export default {
this.rowClick(this.patientList[0]) this.rowClick(this.patientList[0])
setTimeout(() => { setTimeout(() => {
this.$refs['patientList'].setCurrentRow(this.patientList[0]) this.$refs['patientList'].setCurrentRow(this.patientList[0])
}, 100)
}, 200)
} }
} }
loading.close(); loading.close();

Loading…
Cancel
Save