lilei 2 months ago
parent
commit
4fa3b84324

+ 1 - 1
public/version.json

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

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

@@ -116,9 +116,9 @@
                     @change="vinChangeProductType"
                     mode="multiple"
                     style="min-width:300px"
-                    maxTagCount="1"
+                    maxTagCount="5"
                     placeholder="请选择产品分类筛选">
-                    <a-select-option v-for="item in vinInfoData.productTypeList" :key="item.id" :value="item.productTypeSn">{{ item.namePaths.replace(',','>') }}</a-select-option>
+                    <a-select-option v-for="item in vinInfoData.productTypeList" :key="item.id" :value="item.productTypeSn">{{ item.productTypeName }}</a-select-option>
                   </a-select>
                 </div>
               </div>