yangfeng
2023-11-06 7ae5a1ab125536607eb785f99cd033602b42fd8f
新建产品类别的时候产品数为0
1个文件已修改
2 ■■■■■ 已修改文件
src/views/productManage/productCategory/AddProductCategoryDialog.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {