src/views/productManage/productCategory/AddProductCategoryDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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() {