Commit 6f7ab003 authored by xiaosl's avatar xiaosl

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents 0e46cb4b 6c1f511a
...@@ -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