fix:导入添加错误提示

This commit is contained in:
wangwenrui
2020-08-14 17:24:47 +08:00
parent b90802beee
commit 29ace6ddb2
2 changed files with 4 additions and 2 deletions

View File

@@ -153,6 +153,8 @@
this.$emit('afterImport')
this.importBox.type=3;
this.importBox.width='600px';
}else{
this.$message.error(response.msg);
}
})
}