Browse Source

修改bug

chenrui 10 tháng trước cách đây
mục cha
commit
0f92efe727

+ 1 - 0
src/views/promotionRulesManagement/promotionManagement/edit.vue

@@ -504,6 +504,7 @@ export default {
                 _this.form.promoRule.productRangeList = res.data.promoRule.productRangeList.map(item => { return item.productTypeSn })
               }
             }
+            this.form.promoRule = { ...this.form.promoRule, ...res.data.promoRule }
           }
         }
       })