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) {