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