src/views/warehouseManage/listingRules/index.vue
@@ -368,10 +368,11 @@
    },
    // 选中产品方法
    selProductClick(value, item) {
      console.log(value, item)
      if (value === "product") {
        this.RuleType = 1
        this.tableList.tableColumn[2].productType = false
        this.productId = item.id
        this.productId = item.productId
        this.productCategoryId = item.categoryId
      } else if (value === "productType") {
        this.productCategoryId = item.id