소스 검색

修改bug

chenrui 10 달 전
부모
커밋
81bf1446f4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/promotionRulesManagement/promotionManagement/edit.vue

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

@@ -571,6 +571,8 @@ export default {
         formData.promoRule = undefined
       }
       _this.spinning = true
+      formData.publishFlag = _this.form.promoRule.publishFlag
+      formData.dealerEditFlag = _this.form.promoRule.dealerEditFlag
       promoActivePublish(formData).then(res => {
         if (res.status == 200) {
           _this.$message.success(res.message)