zuozhengqing
2023-11-06 f9b2a039afe6f674908e483bf19915c0ba06eb71
src/views/productManage/productCategory/AddProductCategoryDialog.vue
@@ -268,6 +268,7 @@
    },
    // 获取产品数量
    getProductCount() {
      if (this.editConfig.title !== "新建") {
      getProductList({
        keyWord: "",
        categoryId: this.editConfig.title === "新建" ? null : this.editConfig.infomation.id,
@@ -285,6 +286,7 @@
          console.error(err)
          this.statisticsMap.product = 0
        })
      }
    },
    // 设置删除/打印/编辑是否显示
    setBottonView() {