Explorar el Código

渠道号封板

朱鑫波 hace 3 años
padre
commit
0f226ed16b

+ 1 - 1
src/views/modules/autoLaunch/channelManage/index.vue

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

+ 1 - 1
src/views/modules/autoLaunch/channelManage/itemList.vue

@@ -683,7 +683,7 @@ export default {
                 postAction('/channelItem/importItemExcel', formData).then(res => {
                     this.downLoading = false
                     if (res.code === 200) {
-                        this.$message.success('创建成功')
+                        this.$message.success(res.message)
                         this.visibleDownLoad = false
                         this.projectIdDownLoad = ''
                         this.handleResetForm()