mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-08 14:44:58 +08:00
【功能优化】优化门店店员功能
This commit is contained in:
parent
a69dc3a187
commit
c6b6d2f404
@ -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})
|
||||
}
|
@ -160,7 +160,7 @@ const queryParams = reactive({
|
||||
mobile: undefined,
|
||||
status: undefined,
|
||||
deptId: undefined,
|
||||
roleId: 4,
|
||||
roleId: 5,
|
||||
createTime: []
|
||||
})
|
||||
const queryFormRef = ref() // 搜索的表单
|
||||
|
Loading…
Reference in New Issue
Block a user