【功能优化】优化门店店员功能

This commit is contained in:
痴货 2024-10-08 16:14:05 +08:00
parent a69dc3a187
commit c6b6d2f404
2 changed files with 1 additions and 7 deletions

View File

@ -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})
}

View File

@ -160,7 +160,7 @@ const queryParams = reactive({
mobile: undefined,
status: undefined,
deptId: undefined,
roleId: 4,
roleId: 5,
createTime: []
})
const queryFormRef = ref() //