xuxueyang
2024-08-09 a326f6598f08a11e8c25c36ffd315af546eb2288
sub_pages/supplier/print/print-list.vue
@@ -529,7 +529,7 @@
               var flowerCategory = that.item.flowerCategory
               if (flowerCategory) {
                  //只取二级分类
                  var tarr = flowerCategory.splite("/")
                  var tarr = flowerCategory.split("/")
                  if (tarr.length >= 2) {
                     flowerCategory = tarr[tarr.length - 1]
                  }