Commit e676aee1 by LJM

css

parent b3d952b7
Showing with 4 additions and 4 deletions
......@@ -166,16 +166,16 @@ export default {
handleChange(file, fileList) {
var that = this;
if (file.code === 0) {
that.dialogVisible = false;
that.page = 1;
that.getData();
this.$message({
message: '导入成功',
type: 'success',
onClose() {
that.dialogVisible = false;
that.page = 1;
that.getData();
}
});
} else {
this.$message({
message: file.msg,
......
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 sign in to comment