From b2e4d13834b31b54faf0b18491c3353fbed35d21 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 14 Nov 2022 13:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E7=AB=99=E5=95=86=E5=93=81?= =?UTF-8?q?=20=E6=9D=83=E9=99=90=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/goodsInfo.js | 2 +- src/views/system/goodsInfo/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/system/goodsInfo.js b/src/api/system/goodsInfo.js index f71ee9e..6efecc0 100644 --- a/src/api/system/goodsInfo.js +++ b/src/api/system/goodsInfo.js @@ -3,7 +3,7 @@ import request from '@/utils/request' // 查询商品基本信息列表 export function listGoodsInfo(query) { return request({ - url: '/system/goodsInfo/list', + url: '/system/goodsCategory/getStationCategoryList', method: 'get', params: query }) diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue index 6b50cf0..ae635ec 100644 --- a/src/views/system/goodsInfo/index.vue +++ b/src/views/system/goodsInfo/index.vue @@ -86,7 +86,7 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['system:operateGoodInfo:add']" + v-hasPermi="['system:goodsInfo:add']" >新增 @@ -98,7 +98,7 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['system:operateGoodInfo:edit']" + v-hasPermi="['system:goodsInfo:edit']" >修改 @@ -174,7 +174,7 @@ type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" - v-hasPermi="['system:operateGoodInfo:edit']" + v-hasPermi="['system:goodsInfo:edit']" >修改 删除