diff --git a/system-setting/frontend/src/business/system/components/UserImport.vue b/system-setting/frontend/src/business/system/components/UserImport.vue index 0e9bcb2c56..ca8484cbbf 100644 --- a/system-setting/frontend/src/business/system/components/UserImport.vue +++ b/system-setting/frontend/src/business/system/components/UserImport.vue @@ -109,7 +109,7 @@ export default { this.isLoading = false; this.fileList.push(file.file); this.loading = userImport(file.file, null, {}).then(response => { - let res = response.data; + let res = response.data.data; if (res.success) { this.$success(this.$t('commons.import_success')); this.dialogVisible = false;