src/views/dashboard/lzUser.vue
@@ -112,12 +112,14 @@ } }, mounted() { this.getDicts('ZCTYPE').then(response => { this.arbitrationTypeOptions = response.data }) this.getDicts('archivesStatus').then(response => { this.archivesStatusOptions = response.data }) setTimeout(() => { this.getDicts('ZCTYPE').then(response => { this.arbitrationTypeOptions = response.data }) this.getDicts('archivesStatus').then(response => { this.archivesStatusOptions = response.data }) }, 1000) }, methods: { arbitrationTypeFormat(row, column) {