mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
fix(系统设置): 导入用户提示成功实际未导入
--bug=1018390 --user=李玉号 [ 系统设置]用户-导入用户提示成功实际未导入 https://www.tapd.cn/55049933/s/1269203
This commit is contained in:
parent
539077dc04
commit
b1b0317ff4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user