mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
【功能优化】优化门店店员功能
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
import request from '@/config/axios'
|
||||
|
||||
// 删除自提门店
|
||||
export const deleteDeliveryPickUpStoreStaff = async (userId: number,storeId: number) => {
|
||||
return await request.delete({ url: '/trade/delivery/pick-up-store-staff/delete?userId=' + userId +'&storeId=' + storeId})
|
||||
}
|
Reference in New Issue
Block a user