src/views/dashboard/qjUser.vue
@@ -111,9 +111,11 @@ } }, mounted() { this.getDicts('LEAVETYPE').then(response => { this.leaveTypeOptions = response.data }) setTimeout(() => { this.getDicts('LEAVETYPE').then(response => { this.leaveTypeOptions = response.data }) }, 1000) }, methods: { leaveTypeFormat(row, column) {