yz
2021-03-19 bda4243d007a9791bf1df0e14d2053cf92a9eb94
src/views/dashboard/tgUser.vue
@@ -110,9 +110,11 @@
    }
  },
  mounted() {
    this.getDicts('changeType').then(response => {
      this.changeTypeOptions = response.data
    })
    setTimeout(() => {
      this.getDicts('changeType').then(response => {
        this.changeTypeOptions = response.data
      })
    }, 1000)
  },
  methods: {
    changeTypeFormat(row, column) {