yz
2021-03-19 bda4243d007a9791bf1df0e14d2053cf92a9eb94
src/views/dashboard/ctUser.vue
@@ -129,6 +129,7 @@
    }
  },
  mounted() {
    setTimeout(() => {
    this.getDicts('EDUCATION').then(response => {
      this.educationOptions = response.data
    })
@@ -144,6 +145,7 @@
    this.getDicts('NATION').then(response => {
      this.nationOptions = response.data
    })
    }, 1000)
  },
  methods: {
    educationFormat(row, column) {