浏览代码

Merge branch 'develop_cuxiao' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_cuxiao

chenrui 1 年之前
父节点
当前提交
d09d27d2cc

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

@@ -728,7 +728,7 @@
           if (res.status == 200) {
             this.$message.success('产品添加成功', 2.5)
             this.resetSearchForm()
-            // this.$emit('insterOk','promo')
+            this.$emit('insterOk','promo')
           }
           this.spinning = false
           this.isInster = false

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

@@ -524,7 +524,7 @@
           if (res.status == 200) {
             this.$message.success('产品添加成功', 2.5)
             this.resetSearchForm()
-            // this.$emit('insterOk','normal')
+            this.$emit('insterOk','normal')
           }
           this.spinning = false
           this.isInster = false

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

@@ -315,7 +315,7 @@ export default {
         this.cpCurRefId = ''
         this.showCpModal = false
         // 刷新表格
-        this.insterActiveOk(['normal','promo'][type])
+        // this.insterActiveOk(['normal','promo'][type])
     },
     // 打开选择产品弹框
     openProductModal(type, refId){