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