소스 검색

修改bug

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

+ 1 - 1
src/views/promotionRulesManagement/promotionManagement/detailModal.vue

@@ -99,7 +99,7 @@
               {{ form.publishFlag?form.publishFlag==='1'?'是':'否':'--' }}
             </a-form-model-item>
             <a-form-model-item label="产品范围" prop="productRangeList" >
-              <div v-if="productRangeList&&productTypeList.length>0">
+              <div v-if="productRangeList&&productRangeList.length>0">
                 <a-tree-select
                   v-model="productRangeList"
                   :maxTagCount="12"