Commit 170d26ab authored by liuzhaoh's avatar liuzhaoh

优化导入

parent e48be2cb
...@@ -379,9 +379,8 @@ const handleSuccess = (res) => { ...@@ -379,9 +379,8 @@ const handleSuccess = (res) => {
duration: 5 * 1000, duration: 5 * 1000,
}); });
} else { } else {
this.checkTableData = [];
ElMessage({ ElMessage({
message: res.msg, message: '导入成功',
type: "success", type: "success",
duration: 5 * 1000, duration: 5 * 1000,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment