mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 23:02:00 +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,
|
mobile: undefined,
|
||||||
status: undefined,
|
status: undefined,
|
||||||
deptId: undefined,
|
deptId: undefined,
|
||||||
roleId: 4,
|
roleId: 5,
|
||||||
createTime: []
|
createTime: []
|
||||||
})
|
})
|
||||||
const queryFormRef = ref() // 搜索的表单
|
const queryFormRef = ref() // 搜索的表单
|
||||||
|
Loading…
x
Reference in New Issue
Block a user