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