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