diff --git a/src/api/system/category/index.ts b/src/api/system/category/index.ts index 016b14a..a6fd1e9 100644 --- a/src/api/system/category/index.ts +++ b/src/api/system/category/index.ts @@ -44,7 +44,7 @@ export function addPost(data: PostForm) { // 修改岗位 export function updatePost(data: PostForm) { return request({ - url: '/cms/article/update', + url: '/cms/article/category/update', method: 'post', data: data }); diff --git a/src/views/agent/index.vue b/src/views/agent/index.vue index 8a751f6..a9d36f7 100644 --- a/src/views/agent/index.vue +++ b/src/views/agent/index.vue @@ -74,7 +74,7 @@ - + diff --git a/src/views/pms/brand/index.vue b/src/views/pms/brand/index.vue index 6356193..f56c82a 100644 --- a/src/views/pms/brand/index.vue +++ b/src/views/pms/brand/index.vue @@ -32,7 +32,14 @@ diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index 14d89eb..ab31adc 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -107,12 +107,10 @@ {{ scope.row.authFlag == 1 ? '待审核' : scope.row.authFlag == 2 ? '审核通过' : '审核驳回' }} - +