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