护理站商品 修改接口
This commit is contained in:
parent
e439c34527
commit
ccdf8544c7
@ -46,7 +46,7 @@ export function listStation(query) {
|
|||||||
// 查询商品分类列表
|
// 查询商品分类列表
|
||||||
export function goodsCategory(query) {
|
export function goodsCategory(query) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/goodsCategory/list ',
|
url: '/system/goodsCategory/getStationCategoryList ',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: query
|
params: query
|
||||||
})
|
})
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export function Detailed(id) {
|
|||||||
return request({
|
return request({
|
||||||
url: `/system/appointmentOrderDetails/getCancelOrderInfo` + `?orderNo=${id}`,
|
url: `/system/appointmentOrderDetails/getCancelOrderInfo` + `?orderNo=${id}`,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -940,6 +940,8 @@ export default {
|
|||||||
//权限列表
|
//权限列表
|
||||||
info() {
|
info() {
|
||||||
goodsCategory().then((res) => {
|
goodsCategory().then((res) => {
|
||||||
|
console.log(res)
|
||||||
|
|
||||||
console.log(this.form);
|
console.log(this.form);
|
||||||
this.goodsCategorylist = res.rows;
|
this.goodsCategorylist = res.rows;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user