songshankun
2023-10-19 301cbea766080fb65b8c6af563388b61606322f3
src/views/productManage/productCategory/AddProductCategoryDialog.vue
@@ -198,7 +198,6 @@
  components: {},
  computed: {
    productCategoryListWithDefault(){
      console.log(this.productCategoryList)
      return [{id:0,name:'请选择'},...(this.productCategoryList?? [])]
    },
    modalTitle(){