yz
2021-03-19 bda4243d007a9791bf1df0e14d2053cf92a9eb94
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) {