护理站商品 修改接口

This commit is contained in:
shidongli 2022-11-15 09:29:53 +08:00
parent e439c34527
commit ccdf8544c7
3 changed files with 4 additions and 2 deletions

View File

@ -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
})

View File

@ -13,7 +13,7 @@ export function Detailed(id) {
return request({
url: `/system/appointmentOrderDetails/getCancelOrderInfo` + `?orderNo=${id}`,
method: 'get',
})
}

View File

@ -940,6 +940,8 @@ export default {
//
info() {
goodsCategory().then((res) => {
console.log(res)
console.log(this.form);
this.goodsCategorylist = res.rows;
});