fix(系统设置): 导入用户提示成功实际未导入

--bug=1018390 --user=李玉号 [ 系统设置]用户-导入用户提示成功实际未导入
https://www.tapd.cn/55049933/s/1269203
This commit is contained in:
shiziyuan9527 2022-10-20 11:08:33 +08:00 committed by lyh
parent 539077dc04
commit b1b0317ff4

View File

@ -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;