src/views/dashboard/HtUser.vue
@@ -109,9 +109,11 @@ } }, mounted() { this.getDicts('CONTRACTSTATUS').then(response => { this.contractStatusOptions = response.data }) setTimeout(() => { this.getDicts('CONTRACTSTATUS').then(response => { this.contractStatusOptions = response.data }) }, 1000) }, methods: { contractStatusFormat(row, column) {