导入成功后清空页面显示内容

This commit is contained in:
ngfchl
2022-09-10 21:17:16 +08:00
parent c4d0ad62a6
commit 3b6f5706ed

View File

@@ -135,6 +135,7 @@
});
}, 200);
})
} else {
console.log(res)
this.$message({
@@ -142,6 +143,8 @@
message: res.data.msg
});
}
//清空PTPP
this.ptpp = ''
})
}).catch(() => {
this.$message({