lilei 3 weeks ago
parent
commit
11f8a2de3d

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/activeStatisticsList.vue

@@ -835,7 +835,7 @@ export default {
       salesBatchInsert(params).then(res => {
         if (res.status == 200) {
           this.$message.success('产品导入成功', 2.5)
-          this.$emit('refash', 'promo', 'import')
+          this.$emit('refash', '', 'import')
         }
       })
     },

+ 1 - 1
src/views/salesManagement/salesQueryNew/edit.vue

@@ -494,7 +494,7 @@ export default {
     },
     // 添加活动产品成功的回调,刷新产品列表
     // type:normal 正常列表 ,promo 活动列表
-    // action:add 添加,del 删除,batchDel 批量删除,update 更新数据, enable 启用禁用,sort 排序
+    // action:add 添加,del 删除,batchDel 批量删除,update 更新数据, enable 启用禁用,sort 排序,import 导入
     // 如果添加操作,不实时刷新列表,关闭后再刷新
     refashTableData (type, action) {
       this.$refs.chooseProduct.spinning = false