|
@@ -220,6 +220,7 @@ export default {
|
|
}).then(function (res) {
|
|
}).then(function (res) {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
that.$message.success(res.data.msg);
|
|
that.$message.success(res.data.msg);
|
|
|
|
+ window.open(res.data.data.url)
|
|
that.fileList = []
|
|
that.fileList = []
|
|
} else {
|
|
} else {
|
|
that.$message.error(res.data.msg);
|
|
that.$message.error(res.data.msg);
|