|
@@ -600,7 +600,7 @@ export default {
|
|
postAction('/channel/importChannelExcel', formData).then(res => {
|
|
postAction('/channel/importChannelExcel', formData).then(res => {
|
|
this.downLoading = false
|
|
this.downLoading = false
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
- this.$message.success('创建成功')
|
|
|
|
|
|
+ this.$message.success(res.message)
|
|
this.visibleDownLoad = false
|
|
this.visibleDownLoad = false
|
|
this.productIdDownLoad = ''
|
|
this.productIdDownLoad = ''
|
|
this.projectIdDownLoad = ''
|
|
this.projectIdDownLoad = ''
|