From ccdf8544c7ea96933b8bda64f40c6abf646853ef Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 15 Nov 2022 09:29:53 +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=E4=BF=AE=E6=94=B9=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/api/system/order.js | 2 +- src/views/system/goodsInfo/index.vue | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/api/system/goodsInfo.js b/src/api/system/goodsInfo.js index 6efecc0..8e823a2 100644 --- a/src/api/system/goodsInfo.js +++ b/src/api/system/goodsInfo.js @@ -46,7 +46,7 @@ export function listStation(query) { // 查询商品分类列表 export function goodsCategory(query) { return request({ - url: '/system/goodsCategory/list ', + url: '/system/goodsCategory/getStationCategoryList ', method: 'get', params: query }) diff --git a/src/api/system/order.js b/src/api/system/order.js index b6b3568..ff75b7f 100644 --- a/src/api/system/order.js +++ b/src/api/system/order.js @@ -13,7 +13,7 @@ export function Detailed(id) { return request({ url: `/system/appointmentOrderDetails/getCancelOrderInfo` + `?orderNo=${id}`, method: 'get', - + }) } diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue index ae635ec..084ca83 100644 --- a/src/views/system/goodsInfo/index.vue +++ b/src/views/system/goodsInfo/index.vue @@ -940,6 +940,8 @@ export default { //权限列表 info() { goodsCategory().then((res) => { + console.log(res) + console.log(this.form); this.goodsCategorylist = res.rows; });