lilei 2 달 전
부모
커밋
51ffd1e28d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/version.json
  2. 1 1
      src/views/salesManagement/salesQueryNew/chooseProductModal.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1744859895414
+  "version": 1744860332617
 }

+ 1 - 1
src/views/salesManagement/salesQueryNew/chooseProductModal.vue

@@ -44,7 +44,7 @@
           <a-row type="flex" :gutter="5">
             <a-col flex="1.5">
               <a-form-model-item label="产品分类">
-                <ProductType id="productInfoList-productType" :disabled="vinInfoData&&vinInfoData.productTypeList&&vinInfoData.productTypeList.length" :isDealer="true" @change="changeProductType" v-model="productType"></ProductType>
+                <ProductType id="productInfoList-productType" :disabled="vinInfoData&&vinInfoData.productTypeList&&vinInfoData.productTypeList.length>0" :isDealer="true" @change="changeProductType" v-model="productType"></ProductType>
               </a-form-model-item>
             </a-col>
             <a-col flex="1.5">