瀏覽代碼

修改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"