|
@@ -80,7 +80,7 @@ export default {
|
|
// console.log(file);
|
|
// console.log(file);
|
|
// console.log(fileList);
|
|
// console.log(fileList);
|
|
if (response.status == 1) {
|
|
if (response.status == 1) {
|
|
- this.$message.success("用户导入成功");
|
|
|
|
|
|
+ this.$message.success(this.$t("Key498"));
|
|
this.loading.close();
|
|
this.loading.close();
|
|
this.changeFillId(response.file_info_list[0], fileList, this.type);
|
|
this.changeFillId(response.file_info_list[0], fileList, this.type);
|
|
} else if (response.status == -1) {
|
|
} else if (response.status == -1) {
|