Commit 6c1f511a authored by jiaorz's avatar jiaorz

123

parent 8f17505d
...@@ -200,13 +200,6 @@ ...@@ -200,13 +200,6 @@
let fileName = null; let fileName = null;
excelExport(param).then(response => { excelExport(param).then(response => {
if (response.status === 200) { if (response.status === 200) {
this.$notify({
title: "成功",
message: this.name + "导出成功!",
type: "success",
duration: 3000
});
console.log(response)
fileName = response.data fileName = response.data
} else { } else {
this.$notify({ this.$notify({
......
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