diff --git a/src/api/product_category.ts b/src/api/product_category.ts index 10dc2f3..3630c5f 100644 --- a/src/api/product_category.ts +++ b/src/api/product_category.ts @@ -23,4 +23,8 @@ export function apiProductCategoryDelete(params: any) { // 商品分类详情 export function apiProductCategoryDetail(params: any) { return request.get({ url: '/productCategory/detail', params }) -} \ No newline at end of file +} + +export function apiProductCategoryAll(params: any) { + return request.get({ url: '/productCategory/all', params }) +} diff --git a/src/views/product_category/edit.vue b/src/views/product_category/edit.vue index 2a22ac6..03e9201 100644 --- a/src/views/product_category/edit.vue +++ b/src/views/product_category/edit.vue @@ -1,116 +1,102 @@ - - - + + + \ No newline at end of file diff --git a/src/views/product_category/index.vue b/src/views/product_category/index.vue index 6235e90..5637900 100644 --- a/src/views/product_category/index.vue +++ b/src/views/product_category/index.vue @@ -1,144 +1,108 @@ - - - - + + + \ No newline at end of file