소스 검색

extension_one

storeBelieveInLight 1 년 전
부모
커밋
887f6a4249
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      shop/productManagementModule/addProduct.vue

+ 3 - 1
shop/productManagementModule/addProduct.vue

@@ -594,7 +594,9 @@ export default {
594 594
       this.formData.extension_type = val;
595 595
       const _this = this;
596 596
       this.attrValue[0].modules.forEach((item) => {
597
-        _this.$set(item, "value", _this.base_commission);
597
+        if(item.props === "extension_one"){
598
+          _this.$set(item, "value", _this.base_commission);
599
+        }
598 600
       });
599 601
     },
600 602
     changeInputHandle(ev, its, item, idx) {