src/views/dashboard/tjUser.vue
@@ -113,12 +113,14 @@ } }, mounted() { this.getDicts('PHYSICALEXAMTYPE').then(response => { this.physicalExamTypeOptions = response.data }) this.getDicts('ECG').then(response => { this.ecgOptions = response.data }) setTimeout(() => { this.getDicts('PHYSICALEXAMTYPE').then(response => { this.physicalExamTypeOptions = response.data }) this.getDicts('ECG').then(response => { this.ecgOptions = response.data }) }, 1000) }, methods: { typeFormat(row, column) {